-
Notifications
You must be signed in to change notification settings - Fork 5
feat!: update to new course outline structure and design #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
saraburns1
merged 14 commits into
openedx:main
from
open-craft:rpenido/new-course-outline-sidebar-design
Apr 16, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4af3f0e
fix: update to new course outline structure and design
rpenido 25f6686
fix: add React import again
rpenido e988d9a
fix: CourseAuthoring alias working now
rpenido 708611c
fix: remove sidebar rounded div
rpenido d6ba22b
feat: update to new unit outline sidebar
rpenido c9697c6
feat: add in context analytics
rpenido 97d89ca
fix: fixes from review
rpenido 52796a3
fix: lint
rpenido 5a5321f
fix: show no analytics for sections
rpenido 4d92918
test: add mock and fix tests
rpenido 051b21c
fix: going back from a component selected within a unit
rpenido ea6e87c
Merge branch 'main' into rpenido/new-course-outline-sidebar-design
rpenido b891036
chore: bump version to `3.0.0`
rpenido a738e7e
Merge branch 'main' into rpenido/new-course-outline-sidebar-design
rpenido File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rpenido I have a question here. From what I understand in the changes in this README, the sidebar was previously used with the Insert operation. Now it no longer uses the Insert operation but the Wrapper operation. What happens to the instances that previously used Insert? These are breaking changes, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They will be inserted before the new sidebar.
I think they may be breaking changes on the authoring side. In this PR, we are just fixing the plugin that uses the slot to add a new page, instead of inserting it before the sidebar.