aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/userLocalSettings/userLocalSettings.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem2025-11-021-0/+12
|
* refactor: improve the userLocalSetting server functionsMohamed Bassem2025-11-021-27/+14
|
* feat: display notes on bookmark card (#2083)xuatz2025-11-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: display notes on bookmark card * apply styling * include mobile impl * apply pr comments * add display options menu into PR * put it under app setting * cleanup * address pr comments * change the default for show notes to false * make the in-card note font lighter --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem2025-07-261-0/+11
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-1/+20
| | | | | | | | | | | | | * 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
* fix: Fix user local settings cookie to have max age as by default it's a ↵MohamedBassem2024-04-161-4/+6
| | | | session cookie. Fix #104
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-0/+18