aboutsummaryrefslogtreecommitdiff
path: root/src/components/PluginSettings
AgeCommit message (Collapse)Author
2022-11-21UserPlugins: Add clickable badges to external user pluginsfeat/userpluginbadgenea
This patch adds a button to each user plugin (this is determined by the plugin directory). Additionally user plugins can specify an `externalLink` in their plugin definition to have their badge be clickable and link to an external website. Co-Authored-By: exhq <91651232+exhq@users.noreply.github.com>
2022-11-21Badge Component : Accept color & text propertiesnmsturcke
2022-11-21Fix eslintnmsturcke
2022-11-21Merge branch 'main' into patch-5Nickyux
2022-11-21Remove badges from plugins if all are newnmsturcke
Don't adding the new badge to all plugins as it is *theoretically* impossible for all of them to be new at once.
2022-11-21fix: add keys to plugins grid (#237)megumin
2022-11-21Autofix lintNickyux
2022-11-21Remove debug loggingNickyux
2022-11-21Fix logicNickyux
2022-11-21Working?nmsturcke
2022-11-15better handling for settings ui errorsVendicated
2022-11-14MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)Ven
2022-11-07lint: Disallow utils index importsVendicated
This keeps leading to issues due to circular imports. Import from specific files instead, index just reexports
2022-11-06Migrate proxied components to and fix LazyComponentVendicated
2022-11-01PatchHelper, a tool to help you write patches (#182)Ven
2022-10-30Webpack 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-30Patcher: More useful errors with code diffs (#177)Ven
* Patcher: More useful errors with code diffs * Nicer log formatting * PluginCards: ellipsises
2022-10-26feat: custom components in settings (#165)megumin
2022-10-25feat(settings): add beforeSave check (#161)megumin
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-23fix: plugin dependencies not enabling (#150)megumin
2022-10-22feat: switch in plugin settings (#140)KraXen72
2022-10-22style: Sort importsVendicated
2022-10-22Add license headersVendicated
2022-10-20more eslintVendicated
2022-10-19feat: settings sliders (#120)megumin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-18show only the dependants that are enabled (#111)Stijn van der Kolk
2022-10-17Settings 2.0 (#107)megumin
Co-authored-by: Vendicated <vendicated@riseup.net>