aboutsummaryrefslogtreecommitdiff
path: root/src/components/ErrorBoundary.tsx
AgeCommit message (Collapse)Author
2023-03-28types: Make ErrorBoundary.wrap explicitly return FunctionVendicated
2023-03-01fix(Notifications): Correctly close errored notificationsVendicated
2023-02-25ErrorBoundary: Do not use any Discord components to be more robustVendicated
2023-02-01ShowHiddenChannels: New screen for showing hidden channels (#460)Nuckyz
Co-authored-by: Ven <vendicated@riseup.net>
2022-11-28Path aliases, better lazyWebpack (#268)Ven
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-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-10-22Add license headersVendicated
2022-10-17Settings 2.0 (#107)megumin
Co-authored-by: Vendicated <vendicated@riseup.net>
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-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-02UpdaterPage: Do not error if update check failedVendicated
2022-10-01Add in client updater, Notices APIVendicated
2022-09-27Fix Settings UIVendicated
2022-09-16Add .editorconfig; reformat projectVendicated
2022-08-31Refactor webpack; Add ErrorBoundaryVendicated