aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/userLocalSettings (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-02feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem3-0/+21
2025-11-02refactor: improve the userLocalSetting server functionsMohamed Bassem1-27/+14
2025-11-02feat: display notes on bookmark card (#2083)xuatz3-0/+20
* 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>
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-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
2025-07-26feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem3-0/+18
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-1/+1
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem3-1/+28
* 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
2024-09-15feature(web): Add a compact layout. Fixes #379MohamedBassem1-1/+1
2024-04-16fix: Fix user local settings cookie to have max age as by default it's a ↵MohamedBassem1-4/+6
session cookie. Fix #104
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem3-0/+79