diff --git a/package.json b/package.json index bb28e191..308305f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.2", + "version": "3.4.3", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!", "browserslist": "> 0.5%, last 2 versions, not dead", @@ -69,7 +69,7 @@ "@uiw/codemirror-theme-github": "^4.23.3", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", - "caniuse-lite": "^1.0.30001684", + "caniuse-lite": "^1.0.30001696", "classnames": "^2.5.1", "codemirror": "^6.0.1", "color": "^4.2.3", diff --git a/src/SEQTA.ts b/src/SEQTA.ts index aa853af3..ea2af734 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -165,6 +165,10 @@ export function OpenWhatsNewPopup() { /* html */ `
+

3.4.3 - Minor Bug Fixes

+
  • Fixed a bug where timetable colours couldn't be changed
  • +
  • Other minor bug fixes
  • +

    3.4.2 - Minor Bug Fixes

  • Fixed a bug where Assessment Average wasn't enabled by default
  • Fixed floating menus would sometimes be placed behind other elements
  • @@ -2197,10 +2201,10 @@ export async function loadHomePage() { const skeletonStructure = stringToHTML(/* html */`
    -
    -
    +
    +
    -
    +

    Today's Lessons

    @@ -2215,7 +2219,7 @@ export async function loadHomePage() {
    -
    +

    Upcoming Assessments

    @@ -2223,7 +2227,7 @@ export async function loadHomePage() {
    -
    +

    Notices

    diff --git a/src/css/injected.scss b/src/css/injected.scss index bdb4b88a..b37176fd 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1,5 +1,4 @@ @use "sass:meta"; -@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600"); @include meta.load-css("injected/sidebar-animation.scss"); @@ -1879,6 +1878,9 @@ blurred { .uiSlidePane > .pane > .header { background: var(--better-main); } +.modaliser-container { + pointer-events: none; +} .content [placeholder="Subject…"] { padding-left: 12px !important; border-radius: 16px; diff --git a/src/manifests/manifest.json b/src/manifests/manifest.json index cfa4ea8d..0829567a 100644 --- a/src/manifests/manifest.json +++ b/src/manifests/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.4.2", + "version": "3.4.3", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!", "icons": { "32": "resources/icons/icon-32.png",