From 6b7d577180efdce555c849ea37ebaf39a8104702 Mon Sep 17 00:00:00 2001 From: Guy Sandler Date: Wed, 18 Feb 2026 14:57:10 -0800 Subject: [PATCH] ui revamp 3 moved card colors to cards, removed updates, started fonts dropdown --- html/popup.html | 283 ++++++++++------------------------------- icon/dropdownArrow.svg | 7 + js/background.js | 2 +- 3 files changed, 73 insertions(+), 219 deletions(-) create mode 100644 icon/dropdownArrow.svg diff --git a/html/popup.html b/html/popup.html index cfd1bd7..12a1f7b 100644 --- a/html/popup.html +++ b/html/popup.html @@ -34,10 +34,10 @@ Card Customization - - - -
-
-
- The letter grade will be calculated as greater than or equal to the percentage given.

- If your school doesn't use the +/- system, you can enter 101 for those grades to remove them from the - calculation. (for example A+ = 101, A = 90, A- = 101) -

GPA Scale Presets 0-4

- - -
- -
- - - - - + + + +
@@ -998,156 +995,6 @@

5.11.2

-
-
-
-

Updates

-
- -
-
- - Show update messages on dashboard -
-
-

Update 5.11.2

-

Aug. 31, 2024

-
    -
  • New themes
  • -
  • Updated menu
  • -
  • New sorting function for themes (score, color, alphabetical, date)
  • -
  • More troubleshooting features
  • -
-
-
-

Update 5.10.10

-

Jul. 15, 2024

-
    -
  • "Hide recent feedback" feature
  • -
  • "Color coded tab icons" feature
  • -
  • "Remove sidebar logo" feature
  • -
  • "Dark mode fixer" feature
  • -
  • "Use card colors" option for todo list
  • -
  • "Use device dark mode settings" option
  • -
  • Added more themes
  • -
  • Redesigned menu
  • -
  • Added cumulative GPA into GPA calculator
  • -
  • Done items section for todo list (click the "Todo" text to see)
  • -
  • Card colors now change instantly
  • -
  • Dark mode buttons preview their appearance
  • -
  • Dark mode now syncs across devices
  • -
  • New dark mode sidebar options
  • -
  • Card customization now shows preview of image
  • -
-
-
-

Update 5.8.11

-

Jan. 8, 2024

-
    -
  • Card customization now sorts by current/previous
  • -
  • Added "revert to original" for card colors
  • -
  • Improved dark mode customization tab
  • -
  • New import/export themes feature
  • -
  • Improved menu design
  • -
-
-
-

Update 5.7.5

-

Sep. 8, 2023

-
    -
  • New card color palletes feature
  • -
  • Updated gpa calculator interface
  • -
  • Added espanol language option
  • -
  • Added color picker input to dark mode customization
  • -
-
-
-

Update 5.6.2

-

Jun. 17, 2023

-
    -
  • Changes made in the menu no longer require refresh
  • -
  • Can now change items shown in better todo list
  • -
  • Added customizable GPA boundaries
  • -
  • Options now sync between devices
  • -
  • Added custom card links feature
  • -
  • Hover to preview details option
  • -
  • Disable color overlay option
  • -
  • New uninstall goodbye message
  • -
  • Added custom fonts feature
  • -
  • Welcome screen redesign
  • -
  • Menu redesign
  • -
  • New logo
  • -
-
-
-

Update 5.5.1

-

Apr. 26, 2023

-
    -
  • Corrected order of todo list announcements
  • -
  • GPA calculator now saves credits/weight
  • -
  • Hide completed assignments option
  • -
  • Added card customization feature
  • -
  • Card grade hover only option
  • -
  • Fixed card assignments bug
  • -
  • Dark mode improvements
  • -
  • More dark mode presets
  • -
  • Custom assignments -
  • Menu redesign
  • -
-
-
-

Update 5.2.1

-

Feb. 2, 2023

-
    -
  • Condensed cards feature
  • -
  • Fixed gradient cards
  • -
  • Fixed GPA calculator
  • -
-
-
-

Update 5.1.4

-

Jan. 5, 2023

-
    -
  • Improved URL setup
  • -
  • Added 24hr format option
  • -
  • GPA calculator moved to dashboard page
  • -
  • Dashboard grades moved to the card header
  • -
-
-
-

Update 5.0.6

-

Oct. 21, 2022

-
    -
  • Dark mode improvements
  • -
  • Can now enter multiple urls for the custom url
  • -
  • Quizzes link correctly in the assignments list
  • -
  • "Better todo list" feature
  • -
  • "Dashboard notes" feature
  • -
  • Optional dd/mm format for dashboard assignments
  • -
  • View dark mode changes in real time
  • -
-
-
-

Update 4.2.1

-

Mar. 2, 2022

-
    -
  • Removed assignment potentials and link preview features
  • -
  • Dark mode can now target iframes (better coverage)
  • -
  • Added dark mode presets
  • -
  • "Dashboard grades" feature
  • -
  • New welcome message
  • -
-
-
-

Update 1.0.0

-

Oct. 17, 2021

-
    -
  • First release :)
  • -
-
- -
- diff --git a/icon/dropdownArrow.svg b/icon/dropdownArrow.svg new file mode 100644 index 0000000..d3d8df9 --- /dev/null +++ b/icon/dropdownArrow.svg @@ -0,0 +1,7 @@ + + + + + + dropdown + \ No newline at end of file diff --git a/js/background.js b/js/background.js index 8f8816a..757bdbf 100644 --- a/js/background.js +++ b/js/background.js @@ -103,7 +103,7 @@ chrome.runtime.onInstalled.addListener(function () { } }; - const updateMsg = "Better Canvas was just updated!\nThis version added new themes, cumulative GPA into the GPA calculator, and a new sorting function for themes."; + const updateMsg = "Betterer Canvas was just updated!\nThis version added new themes, cumulative GPA into the GPA calculator, and a new sorting function for themes."; chrome.storage.local.get(null, local => { chrome.storage.sync.get(null, async sync => {