Commit Graph

214 Commits

Author SHA1 Message Date
SethBurkart123 ca5d232e47 feat: reduce permissions for pageState script 2025-02-24 15:52:29 +11:00
SethBurkart123 c446217916 feat: notifications open the message #10 2025-02-23 21:54:59 +11:00
SethBurkart123 a51049154b feat: complete react fiber control loop 2025-02-23 20:49:09 +11:00
SethBurkart123 f41da95f7e feat: magic button that crashes chrome tabs (yes rly idk why) 2025-02-23 17:54:58 +11:00
SethBurkart123 9d7dab84f1 feat: remove background migration 2025-02-14 18:04:38 +11:00
SethBurkart123 18ffa1b47d feat: clean up eventmanager class 2025-02-11 18:03:48 +11:00
SethBurkart123 a999e4384b feat(notices): add animations to notices 2024-12-02 12:17:39 +11:00
SethBurkart123 6c93477998 fix: background migration not working properly 2024-11-27 09:22:34 +11:00
sethburkart123 8d1168d6c4 perf: move background updates to end of migration loop 2024-11-13 09:36:11 +11:00
sethburkart123 5dc3526711 fix: activate old background while on page 2024-11-13 09:34:34 +11:00
sethburkart123 0bb4d89570 feat: add selected background to background migration 2024-11-13 09:30:36 +11:00
sethburkart123 e5c05c0dca feat: complete migration logic 2024-11-13 09:27:14 +11:00
sethburkart123 384663912d perf(ExtensionPopup): make extension popup animation buttery smooth 2024-09-19 16:40:33 +10:00
Alphons Joseph f985f9445f refactor (ui): change about page to icon next to what's new 2024-09-10 21:18:37 +08:00
sethburkart123 966b58b932 refactor(ui): extract about page opening to a direct function call 2024-09-10 09:43:43 +10:00
codefactor-io 2348b90023 [CodeFactor] Apply fixes to commit d68ba15 2024-09-09 10:17:47 +00:00
Alphons Joseph d68ba1521a About page button 2024-09-09 18:16:59 +08:00
sethburkart123 19102f9bcd fix: update props and types for General Settings page 2024-09-04 13:18:48 +10:00
sethburkart123 c008b32efa fix: svelte settings Sync 2024-09-04 09:42:07 +10:00
sethburkart123 2f08d6ee08 fix: building working, (lots of bugs) 2024-09-02 21:46:48 +10:00
sethburkart123 0d0e526a25 chore: update paths to be more absolute 2024-08-29 16:38:44 +10:00
sethburkart123 125ebfbaea refac: improve multi browser support 2024-08-29 16:28:56 +10:00
sethburkart123 a8ff2213bd clean: remove unnecessary logs 2024-08-24 20:45:46 +10:00
sethburkart123 a81774c005 feat: add content redactor to devMode 2024-07-26 13:51:31 +10:00
sethburkart123 dc11997b96 feat: add default page option 2024-06-24 11:09:44 +10:00
sethburkart123 ba5357561b fix: settingsState saving all storage data to settingsState.data incorrectly 2024-06-20 09:54:38 +10:00
sethburkart123 90b9a1a3f3 feat: enable themes section 2024-06-19 22:32:33 +10:00
sethburkart123 533120da7a refactor: Remove unused CSS animation code and optimize element search in SEQTA.ts 2024-06-19 21:48:10 +10:00
codefactor-io 9cfa0cba63 [CodeFactor] Apply fixes 2024-06-19 09:21:51 +00:00
sethburkart123 76101350ef fix: update popup not closing with animations disabled 2024-06-19 16:58:41 +10:00
sethburkart123 2d4e02d0df fix: waitforElm requiring old system for certain cases 2024-06-19 09:40:27 +10:00
sethburkart123 81a72061ca perf: create eventManager with more efficient mutation observation 2024-06-18 12:32:43 +10:00
sethburkart123 736cf36068 refactor: reduce browser storage dependence, remove unused code 2024-06-09 18:04:26 +10:00
sethburkart123 13e1a832f2 refactor: remove extra non-essential logging 2024-06-09 17:30:46 +10:00
sethburkart123 e0ac71eba4 refactor: remove dependence on frequent storage requests 2024-06-09 17:24:57 +10:00
sethburkart123 5169deafe6 fix: storage changes calling bgdurations incorrectly 2024-06-09 14:53:44 +10:00
sethburkart123 b5327f045d refactor: separate AddBetterSEQTA elements into smaller functions 2024-06-09 14:47:02 +10:00
sethburkart123 645333cad0 fix: darkmode not applying correctly 2024-06-09 13:30:46 +10:00
sethburkart123 4325f8a436 fix: shortcut enable/disable inverted 2024-06-09 13:24:13 +10:00
sethburkart123 1c125b1844 implement vanilla js SettingsState class to optimise code and clean up source :DDD 2024-06-09 13:15:33 +10:00
SethBurkart123 026033ad57 improve theme selection + bug fixes 2024-05-29 08:01:44 +10:00
SethBurkart123 7a5f91a8c1 remove telemetry completely 2024-05-24 16:58:33 +10:00
SethBurkart123 abbb867672 add closeThemeCreator error handling 2024-05-24 15:11:12 +10:00
SethBurkart123 e6f53fa64f add automatic theme installing 2024-05-24 15:02:39 +10:00
SethBurkart123 fcfc2d4217 fix: updated theme style store install 2024-05-21 19:40:59 +10:00
SethBurkart123 3db51fb6d5 remove unnecesarry theme updates 2024-05-06 11:39:21 +10:00
SethBurkart123 23e6eac16c improve selection logic 2024-05-06 11:34:54 +10:00
SethBurkart123 be1679007e Revert "add debouncing to selected theme"
This reverts commit ad7255efcc.
2024-05-03 12:33:11 +10:00
SethBurkart123 ad7255efcc add debouncing to selected theme 2024-05-03 12:27:28 +10:00
SethBurkart123 531a67aa8c remove unused code + add listeners for selectedTheme 2024-05-03 12:04:28 +10:00