summaryrefslogtreecommitdiff
path: root/web/source/settings/views/admin/instance
AgeCommit message (Collapse)AuthorFiles
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte1
Allow instance admins to add custom CSS that will affect every page of their instance. This is done with a new CustomCSS instance setting that works pretty much exactly like the Users CustomCSS property. This custom CSS is then requested for every page load. User styles/themes take precedence over this CSS. Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-09-23[docs] Update readme alpha -> beta, add more feature examples (#3333)Libravatar tobi1
2024-07-08[frontend] Better autocapitalize/spellcheck settings on forms (#3077)Libravatar tobi1
2024-04-25[chore] Settings refactor 2: the re-refactoring-ing (#2866)Libravatar tobi3
* [chore] Bit more refactoring of settings panel * fix up some remaining things * groovy baby yeah! * remove unused Suspense