aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings/UserOptions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Fix the alignment in the user options pageMohamed Bassem2025-07-121-4/+1
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-3/+77
|
* fix(web): Smaller card titles in the user info pageMohamed Bassem2025-06-071-1/+1
|
* feat(web): Redesign the user settings pageMohamed Bassem2025-06-071-90/+102
|
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-011-3/+49
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-3/+99
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-0/+55
* feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now