aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2022-11-28enforce path aliases with eslintVendicated
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-27fix: add predicate to updater menu item (#266)megumin
* fix: add predicate to updater menu item * dont include Updater in web builds * i can spell
2022-11-25Megu blowing up main :blobcatcozyscared: :trolleybus:Ven
2022-11-25feat(settings): new settings design (#261)megumin
2022-11-25[skip ci] docs docs docsVendicated
2022-11-25WhoReacted: Make more reliable & don't spam apiVendicated
2022-11-22settings: better button text for plugin settings modal (#251)megumin
2022-11-21Settings export/import (#235)Ven
2022-11-21fix: add keys to plugins grid (#237)megumin
2022-11-17Donor Badges && Add donate info to settingsVendicated
2022-11-15better handling for settings ui errorsVendicated
2022-11-14MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)Ven
2022-11-12fix PronounDB crash with new profile in dms, force start dependenciesVendicated
2022-11-10spotifyControls: make title/artists of local tracks unclickable (#201)Nico
Co-authored-by: Vendicated <vendicated@riseup.net>
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-07SpotifyControls plugin (#190)Ven
2022-11-06Migrate proxied components to and fix LazyComponentVendicated
2022-11-05feat: make text selectable in PatchHelper (#188)megumin
* feat: make text selectable in PatchHelper * real div moment
2022-11-03Simplemarkdown pleeeeeaseVendicated
2022-11-03qol improvementsVendicated
2022-11-01Fix Webpack modules that are not arrow funcsVendicated
2022-11-01PatchHelper, a tool to help you write patches (#182)Ven
2022-10-31Fix: settings.appearance may be undefinedVendicated
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-29build: inject createElement alias (#176)Ven
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-22Monaco for Discord DesktopVendicated
2022-10-22Add license headersVendicated
2022-10-21Vencord Web: QuickCss Monaco EditorVendicated
2022-10-20more eslintVendicated
2022-10-19feat: settings sliders (#120)megumin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-18Updater: Fix error when update check failsVen
fixes #114
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>
2022-10-16Optimise Web via treeshaking, cleanup build scriptsVendicated
2022-10-12Improve ErrorBoundary layoutVendicated
Now the error cause will be wrapped to prevent it from being cut off, only wrap the stacktrace in pre
2022-10-11Make ReactDevTools Opt-inVendicated
2022-10-09Make typescript happy, tsc test run in CIVendicated
2022-10-08Add more eslint rulesVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-06Add commands API (#38)ArjixWasTaken
2022-10-05Updater: Inform about more recent commitsVendicated
2022-10-05Kill unsafe requireVendicated