Commit Graph

18 Commits

Author SHA1 Message Date
Zerebos c6c54bf620 Use openPath workaround on windows
Fixes #1700
2024-02-21 19:06:42 -05:00
Zack Rauen 8681820f21 Fix untranslated strings
Fixes #1651
2023-11-12 14:07:07 -05:00
Zack Rauen 9bbf318a86 Revamp all imports 2023-05-19 18:37:21 -04:00
Zack Rauen 9bf16a8b98 Adjust module import namespace 2023-05-19 17:14:55 -04:00
Zack Rauen 8d3f01bb40 Fix addoncard and addonlist 2023-03-19 23:41:39 -04:00
Zerebos 7b58be079d Lint functional hooks 2023-03-19 22:24:34 -04:00
Zerebos c2d1e4505f Fix issue with dropdowns crashing 2023-03-13 16:32:51 -04:00
Zack Rauen 91341958d4 Convert editors 2023-03-08 22:09:26 -05:00
Zack Rauen 717c9026f4 Convert settings components 2023-03-08 20:08:48 -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 18bb2886cd Allow partials, add temp updater 2022-09-29 01:04:22 -04:00
Zack Rauen 90b2870aa2 Partial fix for swc 2022-09-26 23:33:51 -04:00
TheGreenPig 87de0a8d06
Sort addons by Enabled (#1237)
* Add sort by enabled

* Changed "Is Enabled" to "Enabled"

* Fix locales formatting
2022-06-26 18:29:59 -04:00
Zack Rauen 65dc214ffe Update version and repo links 2021-07-09 02:05:58 -04:00
Zack Rauen 356c7e89fa Fix settings issue
Fixes #795
Closes #792
2021-05-22 01:51:16 -04:00
Zack Rauen f3f15ec72c Fix multiple bugs, change to sync loading
- Removes copy selector developer option
- Add a crash check in the injector
- Switch from throwing over the wall to using <script> elements
- Revert to synchronous loading due to above
- Don't load on login screen
- Plugin logging includes version numbers
- Fix blankslate links
- Fix changelog overflow
2021-03-18 17:50:47 -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