feat: Improved navigation in courses (via a plugin)

What it does:
 - Makes the course navigator focused on the currently selected lesson instead of the top upon opening
 - Adds arrows to the course page, to allow for easier navigation.
This commit is contained in:
Jaxx7594
2026-06-06 23:12:30 +08:00
parent f75d2566dd
commit 984719ce28
3 changed files with 355 additions and 1 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
const text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
<h1>3.7.0 Grade Analytics, Global Search & SEQTA Engage Improvements</h1>
<h1>3.7.0 Grade Analytics, Enhanced Navigation, Global Search & SEQTA Engage Improvements</h1>
<li>Added Enhanced Navigation for courses: the navigator now auto-scrolls to the selected lesson (e.g. inside the "Go to…" popup) and prev/next arrows for jumping between lessons.</li>
<li>Added Grade Analytics, new sidebar page with grade trend charts synced from SEQTA.</li>
<li>Added Grade distribution auto-detects your schools letter scale from released marks for analytics page.</li>
<li>Added documents, notices, portals, folios, goals, and more to Global Search.</li>