summaryrefslogtreecommitdiff
path: root/web/source/settings/components/languages.jsx
AgeCommit message (Collapse)AuthorFiles
2024-04-25[chore] Settings refactor 2: the re-refactoring-ing (#2866)Libravatar tobi1
* [chore] Bit more refactoring of settings panel * fix up some remaining things * groovy baby yeah! * remove unused Suspense
2023-10-05[chore] Convert some settings / admin panel JS to TypeScript (#2247)Libravatar tobi1
* initial conversion of STUFF to typescript * more stuff * update babel deps, include commonjs transform * update bundler & eslint configuration * eslint --fix * upgrade deps * update docs, build stuff, peripheral stuff --------- Co-authored-by: f0x <f0x@cthu.lu>
2023-03-12update license headers (#1612)Libravatar f0x521
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-10-12[frontend] use ISO639 library for language selection (#909)Libravatar f0x521
2022-10-03[chore] Bundler restructure (#880)Libravatar f0x521
* 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