- Fix an issue removing settings collection
- Fix bugs related to opening in system editor
- Check for guild glasses (in webpack) a little bit later to allow for slower loading
- Add addition try..catch around file operations in DataStore
- Fixes colored text
- Fixes detach window not showing saved css (closes#635)
- Adds option to prevent Discord from hijacking the media keys (closes#410)
- Adds command line flag to launch a vanilla version of Discord `--vanilla` (closes#337)
- Adds option for app-wide ctrl+shift+c shortcut for inspect element (closes#349)
- Adds emote blocklist to BdApi via `BdApi.Emotes.blocklist` (closes#408)
- 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
- 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
* emotes semi-rewrite
* Remove unnessecary className
* Pad bd-button to be used practically outside of the addons list.
* card styling consistency, temporarily remove guild patcher to avoid unintended side-effects
* lint
* forgot to comment some code
* code cleanup
* this gap property isnt applying
* remove "show names" emote function
this feature appears to be broken, and is such a small tweak that I doubt anyone would intentionally disable it.
* Change `open` and `closed` states to `expanded and `collapsed`.
* Emote collapse styling fix
* Minimal mode fixes/improvements, fix addon list names wrapping, improvements to secondary card text.
* bd-addon-card minimal mode fix
* fix a blankstate typo
* move noresults to it's own file, add notes for utilclasses,
* css cleanup, remove pointless feature, changelog stuff
* typo in changelog
* editor autoresize with css
* forgot to scale that properly
* linter issues
* add support for inline codeblocks in changelog and card desc
* forgot something in the editor
* this looks better as tertiary
* make bd-button-success consistent, add more button states
* change coloring on bd-meta
* fix icon in light mode
* linter
- Replaces Ace editor with the Monaco editor (the one from VSCode)
- Adds the option for listview vs gridview in addon lists
- Addon descriptions can use markdown again
- Added blankslates for no addon results and no addons installed (Thanks Tropical)
- Replaces BBD logos (social links and loading icon) with BD logos
- Redesign of addon cards
- Addon settings moved to modals
- Fixes error with extra title in PS
- Fixes error with pagination in PS
- Fixes several issues with detached windows
- Moves temporary strings to the string files.
- Adds pagination to the PublicServers module.
- Reduces the complexity and knowledge between view and connection.
- Adds loading spinner to imrpove UX.
- Removed unused CSS.
Switches css building from gulp to postcss. Gulp was unnecessary overhead since nothing else is currently using it.
Updates other dependencies.
Also adjust some of the CI build processes to use less output (aside from errors) to decrease build time.
* fix magnifying glass on light mode, minor text miscoloring on search bars
* Better, more consistent CSS editor and less cramped public button.
* stupid linter