feat(teak): backport sidebar/navigation/breadcrumbs plugin slot changes#1
Merged
igobranco merged 2 commits intoJun 1, 2026
Conversation
…x#1713) * feat: remove waffle flags for managing course outline sidebar * fix: flag and tests * fix: product-tours tests * fix: remove default content for SequenceNavigationSlot and update tests * fix: remove default content for CourseBreadcrumbsSlot * fix: update plugin-slots version and documentation * revert: update plugin-slots version * fix: update tests
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backports two upstream PRs onto the Teak branch to allow the course outline sidebar, sequence navigation, and breadcrumbs to be rendered simultaneously.
Changes included:
SequenceNavigationSlotcourseware.enable_navigation_sidebarandcourseware.always_open_auxiliary_sidebarwaffle flags; sidebar is now always visibleContext
On Teak, the course outline sidebar and breadcrumbs/sequence navigation are mutually exclusive by design — the
courseware.enable_navigation_sidebarwaffle flag forces operators to choose one or the other. This makes it impossible to show all three elements simultaneously, which is a possible need for deployments that want to provide full course navigation context to learners without sacrificing the outline sidebar.Behavior after this change
env.config.jsxplugin slotsEvidence - Testing with
nau-tutor-configsENABLE_NAVIGATION_PLUGINSdefaults totrue"ENABLE_NAVIGATION_PLUGINS": falsein theMFE_CONFIGin Site ConfigurationsScreencast
Screencast.from.27-05-26.14.27.17.webm