aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Collapse)Author
2022-10-22feat(api): Message Accessories API (#131)Cynthia Foxwell
2022-10-20Fix error when enabling a plugin with commands if CommandsAPI hasn't loadedVendicated
2022-10-20Document apisVendicated
2022-10-20legal: Make esbuild generate & link licensing informationVendicated
2022-10-20Add DataStore (IndexedDB wrapper)Vendicated
An alternative to the synchronous Settings API to work around storage limitations of localStorage and allow storing of arbitrarily large data in form of most Javascript DataTypes, see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
2022-10-18Settings: Implement plugin options defaults (#117)Ven
2022-10-14add choices to CommandsAPI Options (#94)Mai
2022-10-14Fix Settings errors when retrieving a null value; add PlainSettingsVendicated
2022-10-12Commands: basic error handlingVendicated
2022-10-12FakeClyde (plugin) and sendBotMessage (API addition) (#66)Berlin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-12CommandsApi: fix accidently overwriting inputType BUILT_INVendicated
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-05Kill unsafe requireVendicated
2022-10-01Add in client updater, Notices APIVendicated
2022-09-16Add .editorconfig; reformat projectVendicated
2022-09-03Improve settings listener apiVendicated
2022-09-03Add QuickCss toggle; add settings listener apiVendicated
2022-08-31Unindent, plugins is now an object instead of []Vendicated
2022-08-31Add Plugin.start, make Settings actually start/stop pluginsVendicated
2022-08-31Add nitro bypass (#4)ArjixWasTaken
2022-08-31Refactor webpack; Add ErrorBoundaryVendicated
2022-08-31Make Settings & Settings PageVendicated
2022-08-29Finish rewriteVendicated