Commit Graph

13 Commits

Author SHA1 Message Date
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 9bf16a8b98 Adjust module import namespace 2023-05-19 17:14:55 -04:00
Zerebos 7b58be079d Lint functional hooks 2023-03-19 22:24:34 -04:00
Zack Rauen 91341958d4 Convert editors 2023-03-08 22:09:26 -05:00
Zerebos f3b26fbd4d
Fix settings, tooltips, modals (#1542)
* Lazy load sidebar header

* Publish CSS

* Swap to standalone header

* Fix Tooltip component
* Moves internal reference to the centralized DiscordModules.Tooltip component
* Adds `BdApi.Components` namespace with the `Tooltip` component.

* Add Components namespace to bound api

* Fix modal root

* Fix ContextMenu, Fix Modals

---------

Co-authored-by: Strencher <46447572+Strencher@users.noreply.github.com>
2023-03-01 16:24:10 -05:00
Zack Rauen 90b2870aa2 Partial fix for swc 2022-09-26 23:33:51 -04:00
Zack Rauen 68d8b0dc0e Remove UserSettingsStore 2022-08-16 20:33:44 -04:00
Qb c4a400e292
Fallback when Monaco load fails (#1278) 2022-06-25 02:09:00 -04:00
Zack Rauen fdd47f83e8 Add hover and quick suggestion options 2022-02-05 18:13:38 -05:00
Zack Rauen b3ec18b9af Add editor settings 2022-02-05 03:35:07 -05: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