mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Only show 'Save' button when authenticated #136

Closed agarciadom closed 8 months ago

agarciadom commented 8 months ago

Fixes #130

This pull request adds the CSS class hidden (whose display value is now !important) to the Save button, and tweaks the code that handles the event when we authenticate to GitHub to remove that class, so the Save button is shown.

barnettwilliam commented 8 months ago

Along with mdenet/educationplatform-docker#38 means that the index.html in the the mdenet/educationplatform-docker repo no longer needs to be updated separately.