aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib/settings.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: display notes on bookmark card (#2083)xuatz2025-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-1/+10
| | | | | | | | | | | | | | | | | * feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-4/+14
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-261-7/+11
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-091-0/+1
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-17/+34
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-4/+5
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+29