-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Course builder UI/UX updates (#2614)
* Hiding lesson icons when not active to clean up the UI. * Removing Section X: and Lesson X: prefixes. * Add a section and three lessons if no sections exist. * Hiding assignments and quiz icons if there are none. * Expand first 100 sections by default. * Adding beautifully styled New Lesson button to sections. * Hide the new lesson button if the section is collapsed. * Removing delay on tooltip. * Reducing time between save changes checks. Need to see if there's a performance impact to a shorter 1s interval. * Only reduce interval with auto save turned off. * Adjusting wording, icon placement, and interactivity of course builder. * Finalizing course builder UI updates and accessibility and responsive pass * Styling the expand all / collapse all buttons; tightening up sidebar * Reverting destructive actions to <a> / links. Needs JS adjustments to use a button * Make click to the headline open the lesson editor. * Making lesson title uneditable inline. Styling. * Updating default auto-save status to no. * Updating default auto save display in the user profile. * Change trash and detach to buttons. * Removing console log. * Switch section trash to button. * Restrict setting dropdown options to a max length of 100 characters before truncating. * Adding translation for the Close button. * Adding translation for the Close button. * Add New Section Button at the bottom of the course outline. * Removing duplicate HTML element IDs. * Removing the explainer video and updating as a link from help text. * Adding link to help text for course builder tutorial. * More places to remove the video explainer * Allow clicking on the section header to expand/collapse. * More spacing for section and lesson expand/collapse/move interactivity, adding back quiz and assigment in syllabus view * Fixing tips that needed double quotes to not need them so the strings can be built in the .pot file - fixes #1464 * Fixing tips to sentence case for consistency throughout builder * Fixing tips to sentence case; moving lesson ID position * Responsive fix to builder; now the unsaved changes button is brand orange * Adding changelog. * Updating package lock. * Removing failing builder tests. --------- Co-authored-by: Kim Coleman <kim@strangerstudios.com> Co-authored-by: Jason Coleman <33220397+ideadude@users.noreply.github.com>
- Loading branch information
1 parent
37c5dd5
commit 2816d3b
Showing
29 changed files
with
560 additions
and
2,587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
significance: minor | ||
type: changed | ||
entry: Improved the Course Builder UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.