summaryrefslogtreecommitdiff
path: root/web/source/settings/components
AgeCommit message (Collapse)AuthorFiles
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi16
2022-12-11[frogend] Emoji copy "Steal this look" (#1222)Libravatar f0x522
* split emoji into local and remote, allow looking up remote emoji by toot url * optimize some/all filtering * fix local emoji routes * implement copy action * shortcode validation, don't wipe form on error * copy & disable PATCH * remove local toot acceptance for testing * unused import * parse emoji from account and status, get web_url from status uri * fix url parse * submit button loading info * actually send category * code cleanup, distinguish between account and status responses * use loading icons * fix loading icon on federation page * require Loading element * remove unused require * query explanation, small accessibility tweaks
2022-11-25[chore] Fix frogend admin emoji patch (#1148)Libravatar f0x521
* fix className * fix unable to set category on new emoji * wrap emoji groups
2022-11-25[feature/frogend] modify local emoji (#1143)Libravatar f0x522
* update danger button red * emoji category and image modification * debug bundles in dev * fix linting error
2022-11-23[chore/frogend] fix profile preview css, use role info (#1130)Libravatar f0x521
* fix profile preview css, use role info * remove unused redux selector
2022-11-16[frogend] Emoji categories (#1051)Libravatar f0x523
* emoji category combobox * emoji categorizing * dropdown entry separation * emoji filtering/sorting * add some explaining comments * remove unneeded default-value code * remove wrongly created package.json * configurable ComboBox label+placeHolder
2022-11-08[frontend] Custom Emoji Deletion (#994)Libravatar f0x526
* re-add eslint * fix oauth url getting too long * actually attach single emoji get and delete routes * basic emoji details + deletion using rtk query * refactor emoji upload to rtk query * clean up old redux api+reducers for custom emoji * fix validation order * refactor custom emoji form fields * remove unused requires * cleanup, fix most eslint errors * more small eslint fixes * fix max emoji size * tiny bit of function documentation
2022-10-13[frontend] Use new GET custom_emoji admin api (#908)Libravatar f0x521
* use new GET custom_emoji admin api * use url instead of static_url, add link to emoji admin api tracking issue * fetch all local emoji
2022-10-12[frontend] use ISO639 library for language selection (#909)Libravatar f0x521
2022-10-03[chore] Bundler restructure (#880)Libravatar f0x527
* re-structure bundler, settings panel files * add more info logging * tidy up CSS syntax errors * split into lib/ files * livereloading server * fix factor function for production builds * remove testing console.log * default to production env, saves 300kb bundle size