SIGN IN SIGN UP

refactor: simplify the course-home tour button (#1993)

Remove the vestigial `metadataModel` prop from the shared TabPage. Its only live
effect was gating the screen-reader-only launch-tour button, which is only ever
real on the outline tab — gate that on `activeTabSlug === 'outline'` instead and
rename the helper to `renderSrOnlyTourButton`. Drop `metadataModel` from
LoadedTabPage and its dead pass-through to StreakCelebrationModal, and from the
DatesTab / CoursewareContainer / TabContainer call sites. Move
LaunchCourseHomeTourButton's `courseId` from the Redux slice to `useParams`.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
B
Brian Smith committed
db3808c29377af4a61484940a6248644e38da83c
Parent: d6d9a61
Committed by GitHub <noreply@github.com> on 8/21/2026, 6:40:40 PM