fix: update update video compress later

This commit is contained in:
2026-08-21 09:44:23 +09:30
parent 574de5ccbf
commit f35b715f4e
4 changed files with 2 additions and 1 deletions
@@ -209,7 +209,7 @@ const ensureArrows = (course: HTMLElement) => {
let container = document.getElementById(ARROW_CONTAINER_ID);
if (!container) {
container = document.createElement("div");
container.id = ARROW_CONTAINER_ID;
container.id = ARROW_CONTAINER_ID;``
container.innerHTML = `
<button type="button" class="en-arrow" data-en-action="prev" title="Previous lesson" aria-label="Previous lesson">
<svg viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
Binary file not shown.
Binary file not shown.
@@ -11,6 +11,7 @@ export const WHATS_NEW_CHANGELOG: WhatsNewRelease[] = [
"Added an option in the Timetable to sync to Google Calendar and Outlook Calendar",
"Added a new sidebar customisation page in the settings menu to change the sidebar layout, icons, and more.",
"Added extension feedback in settings.",
"Added a 'this year' & custom date range option to grade analyitics.",
"Improved the sidebar to be more stable and performant.",
"Fixed dropdown contrast and readability in settings and across SEQTA pages.",
"Fixed Analytics sidebar item not hiding when toggled off in Edit Sidebar.",