Commit Graph

595 Commits

Author SHA1 Message Date
SethBurkart123 c9431de33f add theme saving and indexing 2024-04-01 15:34:58 +11:00
SethBurkart123 3c67356f47 add dark mode ro resize bar 2024-04-01 14:37:33 +11:00
SethBurkart123 14bd7369d7 remove unnecesary logging 2024-03-31 22:36:53 +11:00
SethBurkart123 782696a5a1 add savetheme function 2024-03-31 22:36:28 +11:00
SethBurkart123 7ca2f14adf remove unused imports, improve styling 2024-03-31 22:29:05 +11:00
SethBurkart123 ff98bbb616 move font family to only :root 2024-03-31 22:26:40 +11:00
SethBurkart123 3acdcea555 clean up styling of theme creator 2024-03-31 22:23:09 +11:00
SethBurkart123 3373590a1d custom themes: auto remove unused css variables 2024-03-31 21:56:20 +11:00
SethBurkart123 93e97d3c21 add multi image upload 2024-03-31 20:50:52 +11:00
SethBurkart123 8d55b878da Add className prop to CodeEditor component and update styles in ThemeCreator page 2024-03-31 18:26:28 +11:00
SethBurkart123 01a0cfb683 refactor theme creator menu 2024-03-31 17:56:14 +11:00
SethBurkart123 869058ff73 add theme resize bar 2024-03-31 16:53:45 +11:00
SethBurkart123 82dbdf321e add more settings 2024-03-31 16:16:30 +11:00
SethBurkart123 b2971a59d6 improve default settings 2024-03-31 16:10:14 +11:00
SethBurkart123 8736093ff6 add theme props 2024-03-31 16:09:55 +11:00
SethBurkart123 8ac3b1de71 add accordion to themeCreator 2024-03-31 14:43:42 +11:00
SethBurkart123 806d2419cb styling: improve codeeditor component styling 2024-03-31 12:02:46 +11:00
SethBurkart123 08b7698093 add color highlighting to code editor 2024-03-31 11:42:33 +11:00
SethBurkart123 0be761ce62 add code editor 2024-03-31 11:37:29 +11:00
SethBurkart123 cfeb7ede5b fix html files not being packaged for build 2024-03-31 10:27:13 +11:00
SethBurkart123 116aa1f0b2 fix: themecreator relocating UI 2024-03-31 10:10:49 +11:00
SethBurkart123 96571b111f add theme creator iframe 2024-03-31 08:27:43 +11:00
SethBurkart123 e095e7a7c5 remove shadow dom 2024-03-31 07:36:37 +11:00
SethBurkart123 51cfb27fc5 shadow dom 2024-03-31 07:36:20 +11:00
SethBurkart123 d94dd1ee12 fix news page 2024-03-28 12:36:08 +11:00
SethBurkart123 967fa34ed4 fix: custom shortcuts not removing and duplicating on change events 2024-03-28 07:34:05 +11:00
SethBurkart123 e68389a793 clean up customshortcuts function 2024-03-28 07:19:56 +11:00
SethBurkart123 48cf79e6f1 performance improvements to shortcuts and tab container components 2024-03-28 07:13:22 +11:00
SethBurkart123 8219ae33c3 clean up shortcuts formatting style 2024-03-28 06:57:25 +11:00
SethBurkart123 2af1aa5bd8 remove unncecesarry console log 2024-03-28 06:44:38 +11:00
SethBurkart123 ac9c5798be cleanup html structure in SEQTA.ts 2024-03-28 06:41:16 +11:00
SethBurkart123 a5cf3a1696 fix arrow and login coloring 2024-03-28 00:17:29 +11:00
SethBurkart123 31da7e8ded improve loading performance of settings UI 2024-03-27 23:54:53 +11:00
SethBurkart123 073ba4d0d5 fixed menu tab scroll sizes 2024-03-27 23:28:16 +11:00
SethBurkart123 6d07968f74 rename settings page title (finally) 2024-03-27 23:09:32 +11:00
Seth Burkart 04c5b45aae fix dev build 2024-03-27 23:07:38 +11:00
SethBurkart123 1a55ad0665 Merge commit 'd07b27311dc87fcf5839ce2647ee6afa3b3b2a7b' 2024-03-24 17:26:44 +11:00
SethBurkart123 0df5131d2b index on main: 6c952de improve million application 2024-03-24 17:12:07 +11:00
SethBurkart123 e1467782b0 improve million application 2024-03-24 09:45:27 +11:00
SethBurkart123 a0d710f22c chore: remove unused code comments 2024-03-22 13:16:37 +11:00
SethBurkart123 a7472511a2 fix vite port not being set for websocket dev connection 2024-03-22 13:15:56 +11:00
SethBurkart123 15f1f793b3 remove document listener for loading which sometimes caused failure to append 2024-03-22 13:14:32 +11:00
SethBurkart123 ef07e41705 fix: icon requesting non-existant URL 2024-03-22 12:26:21 +11:00
SethBurkart123 d5dc6bb580 smooth up rendering of tabbedcontainer in interface 2024-03-22 10:23:33 +11:00
SethBurkart123 191cbb5560 update firefox support 2024-03-21 22:23:11 +11:00
SethBurkart123 17cc5943ae fix env error 2024-03-21 21:49:24 +11:00
SethBurkart123 dee4e4153c add env example 2024-03-21 21:46:48 +11:00
SethBurkart123 c8894d7b99 switch to vite + crxjs, million.js and sentry plugin 2024-03-21 21:44:14 +11:00
Seth Burkart 340622c558 Merge pull request #104 from MEGA-Dawg68/main
Removed recent update text
2024-03-11 21:30:07 +11:00
MEGA_Dawg68 83bd19bedd Removed recent update text 2024-03-11 17:22:01 +08:00