Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-25 | customRPC fixes (#1666) | AutumnVN | |
Co-authored-by: V <vendicated@riseup.net> | |||
2023-08-04 | add bottom margin to settings section (#1616) | Justice Almanzar | |
2023-08-04 | Add proper user-friendly theme manager (#635) | megumin | |
Co-authored-by: Justice Almanzar <superdash993@gmail.com> Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: V <vendicated@riseup.net> | |||
2023-07-13 | Add "Show New" option in plugin settings (#1416) | MrDiamondDog | |
Co-authored-by: V <vendicated@riseup.net> | |||
2023-07-08 | Plugin Settings: Use Switches for booleans | V | |
2023-06-13 | 🧹🧹 | V | |
2023-06-13 | Fix disabling plugins whose stop() errors | V | |
2023-05-23 | PluginModal: Anonymise authors (#1176) | V | |
2023-05-12 | Implement plugin tags | V | |
2023-05-12 | Settings: Fix resetting scroll/search when getting a ping (#1106) | V | |
2023-05-11 | Settings > Plugins: Hide API plugins | V | |
2023-05-10 | New Plugin: Translate (#1089) | V | |
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> | |||
2023-05-06 | [skip ci] Refactor utils | Vendicated | |
2023-05-05 | [skip ci] Fix handleComponentFailed spam | Vendicated | |
2023-04-30 | Plugin Settings: Better margin for plugin settings modal (#1008) | LordElias | |
2023-04-08 | UX: Make possibly copy-relevant text in settings copyable | Vendicated | |
2023-04-04 | Fix Web & Game Activity Toggle (#777) | Nuckyz | |
2023-03-21 | fix: settings input validation and error handling (#609) | Dossy Shiobara | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2023-03-04 | Strongly type useSettings (supersedes #559) | Vendicated | |
2023-03-01 | Fix for latest Discord Update (#550) | Lewis Crichton | |
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: Vendicated <vendicated@riseup.net> | |||
2023-02-09 | Fix lag when alt tabbing to Discord | Vendicated | |
2023-01-30 | Add stylelint | Vendicated | |
2023-01-25 | split up webpack commons into categories & type everything (#455) | Ven | |
2023-01-24 | Fix Settings UI (Discord removed default margins | Vendicated | |
2023-01-23 | Settings: Fix plugin switch state not updating (fixes #209) | Vendicated | |
2023-01-15 | Reimplement Discord's Switch to fix performance (#413) | Ven | |
2023-01-14 | ShowHiddenChannels: Use Lock as ChannelIcon | Vendicated | |
2023-01-14 | make plugin cards prettier (#389) | Swishilicous | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2023-01-13 | feat: Typesafe Settings Definitions (#403) | Justice Almanzar | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2023-01-09 | Unhardcode PluginSettings styles | Vendicated | |
2023-01-09 | PluginSettings: Try to improve performance | Vendicated | |
2023-01-03 | QoL(PluginSettings): auto focus search bar | Vendicated | |
2023-01-03 | Extract inline styles to css (#370) | A user | |
2022-12-23 | Fix Vencord | Ven | |
2022-12-23 | Add a "NEW" Badge for New Plugins (V2)! (#234) | Nickyux | |
Co-authored-by: Ven <vendicated@riseup.net> Co-authored-by: Justice Almanzar <superdash993@gmail.com> Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> | |||
2022-12-14 | Improve Settings UI & View Raw Modal (#332) | A user | |
very cool | |||
2022-12-07 | Shiki settings preview (#297) | Justice Almanzar | |
2022-11-28 | enforce path aliases with eslint | Vendicated | |
2022-11-28 | Path aliases, better lazyWebpack (#268) | Ven | |
2022-11-25 | feat(settings): new settings design (#261) | megumin | |
2022-11-25 | [skip ci] docs docs docs | Vendicated | |
2022-11-22 | settings: better button text for plugin settings modal (#251) | megumin | |
2022-11-21 | fix: add keys to plugins grid (#237) | megumin | |
2022-11-15 | better handling for settings ui errors | Vendicated | |
2022-11-14 | MessageLogger: fixes + ignoreSelf & ignoreBots option (#213) | Ven | |
2022-11-07 | lint: Disallow utils index imports | Vendicated | |
This keeps leading to issues due to circular imports. Import from specific files instead, index just reexports | |||
2022-11-06 | Migrate proxied components to and fix LazyComponent | Vendicated | |
2022-11-01 | PatchHelper, a tool to help you write patches (#182) | Ven | |
2022-10-30 | Webpack Warnings & Errors (#178) | Ven | |
* dev: Useful strict Warnings & Errors * Always log error * Ignore pending patches with all or whose predicate = false * Error -> Warn | |||
2022-10-30 | Patcher: More useful errors with code diffs (#177) | Ven | |
* Patcher: More useful errors with code diffs * Nicer log formatting * PluginCards: ellipsises |