aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
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
2022-10-04Fix Desktop thinking it's webVendicated
I forgor to test host after adding web support
2022-10-04feat: Experimental browser supportVendicated
2022-10-03security: remove openPath, restrict openExternalVendicated
Now only allows opening http urls.
2022-10-02Merge branch 'main' of github.com:Vendicated/VencordVendicated
2022-10-02UpdaterPage: Do not error if update check failedVendicated
2022-10-02some tweaks (#22)botato
2022-10-01Updater: Properly clear changelist after updateVendicated
2022-10-01Dedicated Updater Page, Settings feedbackVendicated
2022-10-01Add in client updater, Notices APIVendicated
2022-09-27Fix Settings UIVendicated