PS-6934 : Enable 'Open in New Tab' option in LMP, LAP and PLP#3079
PS-6934 : Enable 'Open in New Tab' option in LMP, LAP and PLP#3079Tejashrimajage wants to merge 12 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Sidebar component in the admin application to use native anchor tags for navigation instead of relying solely on JavaScript-based click handlers. Specifically, ListItemButton elements are updated with component and href attributes to improve accessibility and standard link behavior, while retaining the drawer-close behavior on click. No review comments were provided, so there is no additional feedback to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| console.log('[player:close]', detail); | ||
| // Notify parent learner page so it can redirect via activeLink (sbplayer runs in iframe). | ||
| if (window.parent !== window) { | ||
| window.parent.postMessage({ type: 'player:close' }, '*'); |
… into release-1.16.0-prod-fix
… into release-1.16.0-prod-fix
|




No description provided.