mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
fix: update update video compress later
This commit is contained in:
@@ -209,7 +209,7 @@ const ensureArrows = (course: HTMLElement) => {
|
|||||||
let container = document.getElementById(ARROW_CONTAINER_ID);
|
let container = document.getElementById(ARROW_CONTAINER_ID);
|
||||||
if (!container) {
|
if (!container) {
|
||||||
container = document.createElement("div");
|
container = document.createElement("div");
|
||||||
container.id = ARROW_CONTAINER_ID;
|
container.id = ARROW_CONTAINER_ID;``
|
||||||
container.innerHTML = `
|
container.innerHTML = `
|
||||||
<button type="button" class="en-arrow" data-en-action="prev" title="Previous lesson" aria-label="Previous lesson">
|
<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>
|
<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 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 a new sidebar customisation page in the settings menu to change the sidebar layout, icons, and more.",
|
||||||
"Added extension feedback in settings.",
|
"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.",
|
"Improved the sidebar to be more stable and performant.",
|
||||||
"Fixed dropdown contrast and readability in settings and across SEQTA pages.",
|
"Fixed dropdown contrast and readability in settings and across SEQTA pages.",
|
||||||
"Fixed Analytics sidebar item not hiding when toggled off in Edit Sidebar.",
|
"Fixed Analytics sidebar item not hiding when toggled off in Edit Sidebar.",
|
||||||
|
|||||||
Reference in New Issue
Block a user