Commit Graph

11 Commits

Author SHA1 Message Date
Zack Rauen 57ff15ee68 Small bugfixes 2022-06-27 17:12:47 -04:00
Zack Rauen 3c976a9483 Fix guild component errors 2022-02-04 15:56:40 -05:00
Zack Rauen 3874fca041 Fix toasts, debuglogs, componentpatcher 2022-01-26 20:06:14 -05:00
Strencher 1dbf3e90a4
Fix broken classNames (#1174)
* Fix broken classNames

* Remove old title classNames
2022-01-23 04:23:25 -05:00
Zack Rauen f53fe0ecb1 Fix guild related components (@Strencher)
- Fixes #1074
- Fixes #1055
2021-10-22 14:01:27 -04:00
Zack Rauen 65dc214ffe Update version and repo links 2021-07-09 02:05:58 -04:00
Strencher 416e50a672
Update ComponentPatcher (#875)
* Add onAdded util.

* Update ComponentPatcher

* make classes consistent, update logger import.
2021-07-07 19:55:56 -04:00
Zack Rauen 25873eaa96 Update some metadata and bump version 2021-04-18 21:48:41 -04:00
Zack Rauen 5b1900fe3d Add initial pass at core updater
- Fix duplicate file regex
- Add core updater
- Unify versions
- Add sanity for plugin/theme folder
2021-04-05 01:43:30 -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