Commit Graph

41 Commits

Author SHA1 Message Date
Zerebos 32d2a856d4
Fix for more functional components 2024-03-15 23:52:29 -04:00
Zerebos b2ebe2ab97
Improve changelog modal 2024-03-04 14:45:51 -05:00
Zerebos ea6e009ce1
Update some updater styles 2024-03-04 14:45:17 -05:00
Zerebos 9dc12f4619
Fix addon cards and reduced motion 2024-02-26 19:31:06 -05:00
Zerebos 853c554d4d Use clean icons for updater panel 2024-02-24 21:18:17 -05:00
Zerebos ad076667c0 Merge divergent design points 2024-02-24 05:17:59 -05:00
Zerebos afa61df8d4 Merge branch 'main' into development 2024-02-22 02:07:00 -05:00
Zerebos d3639d12ae Revamp list ui + add enable/disable all
Fixes #723
2024-02-22 00:06:30 -05:00
Zerebos a3b5acb788 Allow clearing search field 2024-02-21 23:10:24 -05:00
Zack Rauen 838e7dcecd Wrap modal in focus lock provider 2023-10-19 11:18:14 -04:00
Zack Rauen 009a586dc7 Small fix for modals 2023-10-19 05:39:19 -04:00
Zack Rauen b0a44153d0 Improve CSS editor
fixes #1645
2023-08-29 00:18:30 -04:00
Zack Rauen 0df0093e6b Switch all other buttons to component 2023-08-28 23:47:20 -04:00
Zack Rauen 203cf6ddac Add modal layer css 2023-06-15 13:11:03 -04:00
Zack Rauen b5ad46a63f Reduce reliance on internals 2023-06-14 19:35:43 -04:00
Zack Rauen 4cb8964aa8 Start moving away from Discord components 2023-06-14 19:35:35 -04:00
Fede eb814160fe
Fix header color in light mode (#1453)
* Fix header color in light mode

* Add fallback color on SettingsTitle
2023-04-17 15:17:28 -04:00
Zerebos cec522189f
Remove public servers (#1577) 2023-03-22 14:59:39 -04:00
Strencher 99f8bc29a8
Swap to standalone header (#1530)
* Lazy load sidebar header

* Publish CSS

* Swap to standalone header
2023-02-21 17:11:59 -05:00
Zerebos d2a1a29d6d
Remove all references of emotes (#1467) 2022-11-06 14:37:15 -05:00
Zack Rauen 5780cc23c2 Fix freezing api and add updater css 2022-10-08 17:00:18 -04:00
Strencher 32bf2be211 Fix Modals, Toasts
* Make external modules be cached
* Fix ConfirmationModal component being found wrong
* Make default modal actually be standalone and be used for react crash fallback
* Fixes toasts showing up in the crash screen
2022-10-08 22:28:56 +02:00
Zack Rauen 70194a7114 Add common setting types 2022-10-03 02:49:54 -04:00
Zack Rauen 6454b63f6b Add tooltip 2022-10-02 23:34:41 -04:00
Strencher 91e4cd5eb1 Several Fixes
- Fix error banner style
- Cleanup updater code
- Make notice api show in crash screens

Co-authored-by: Zack Rauen <rauenzi@outlook.com>
2022-09-30 01:00:52 +02:00
Zack Rauen 18bb2886cd Allow partials, add temp updater 2022-09-29 01:04:22 -04:00
Qb c4a400e292
Fallback when Monaco load fails (#1278) 2022-06-25 02:09:00 -04:00
Qb 569a94f99f
Fix Addon Error Modal crashing Discord (#1281) 2022-06-24 17:59:49 -04:00
Zack Rauen b3ec18b9af Add editor settings 2022-02-05 03:35:07 -05:00
Zack Rauen f5f1220ecc Lint and audit 2022-01-28 14:39:17 -05:00
Zack Rauen f078e3b2dc Remove appearance builtins 2022-01-28 14:00:59 -05:00
Zack Rauen 8365730de5 Add devtools listener setting 2022-01-26 12:12:40 -05:00
Strencher 8176425039
Add Notices API. (#1022)
* Add notices API.

* Change to spreading syntax

* Misc

* Fix typo & add Node type

* Remove unnecessary check & set default timeout to 0
2022-01-23 13:58:17 -05:00
Strencher 1dbf3e90a4
Fix broken classNames (#1174)
* Fix broken classNames

* Remove old title classNames
2022-01-23 04:23:25 -05:00
dav1312 f3ff288e37
Update minimalmode.css (#877) 2021-07-08 02:07:09 -04:00
Zack Rauen 2ace4925a2 Adjust how locales are handled
Allows POEditor to be the main copy of translated strings (aside from en-US)
2021-04-15 22:35:08 -04:00
Tropical 2779d9bc4f
Update various pieces of UI
- fix minimal mode
- revamp addon error modal
- restyle some aspects of toasts (includes light mode support)
- overhaul addon error modal (thanks to @Strencher for some react help)
- update switches to match discord's latest design
2021-04-15 18:08:00 -04:00
Zack Rauen fd43ebf7b8 Clean up code, add more linting, update emote styling 2021-04-12 01:07:00 -04:00
Zack Rauen e1a510ab4c Revamp error modal 2021-04-06 14:09:43 -04:00
Zack Rauen 847ef94c25 Fix various bugs and toolchain
- Fix an issue where dist might not have the proper package.json
- Fix an issue with PublicServers adding button to guild list
- Fix the placement of BD in settings
- Change default modal button to `primary`
- Change restart prompts to have `danger` prop
- Change tooltips to use `primary` rather than `black`
- Remove VoiceMode
- Remove DarkMode
- Give a hover effect to the public servers button
- Fix expanding icon in emote menu
- Fix over-bolded text in setting descriptions
2021-03-06 15:26:48 -05:00
Zack Rauen 74b2dace04 Restructure BD into a small mono-repo
This is a repo-wide refactor that introduces the injector to the main branch.

The new architecture is as such:
common/
injector/
renderer/
2021-03-06 03:30:16 -05:00