aboutsummaryrefslogtreecommitdiff
path: root/src/components/PatchHelper.tsx
AgeCommit message (Collapse)Author
2023-04-08UX: Make possibly copy-relevant text in settings copyableVendicated
2023-03-19feat(typingIndicator): Option to not show indicator for blocked users (#513)fawn
2023-03-01Fix for latest Discord Update (#550)Lewis Crichton
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: Vendicated <vendicated@riseup.net>
2022-12-19refactor: identifier escapes + "self" group (#339)Justice Almanzar
Co-authored-by: Ven <vendicated@riseup.net>
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-25feat(settings): new settings design (#261)megumin
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-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