aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs)/settings.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: display notes on bookmark card (#2083)xuatz2025-11-021-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | * 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): Retheme the mobile app (#1872)Mohamed Bassem2025-08-261-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add nativewindui * migrate to nativewindui text * Replace buttons with nativewindui buttons * Use nativewindui search input * fix the divider color * More changes * fix manage tag icon * fix styling of bookmark card * fix ios compilation * fix search clear * fix tag pill border color * Store theme setting in app settings * fix setting color appearance * fix coloring of search input * fix following system theme * add a save button to info * fix the grey colors on android * fix icon active tint color * drop the use of TextField
* fix(mobile): Fix image quality slider showing lots of decimal places. fixes ↵Mohamed Bassem2025-07-191-1/+1
| | | | #1735
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-1/+26
| | | | | | | | | | | | | | | | | * 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-6/+27
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-261-2/+40
|
* feature(mobile): Show server address in the settingsMohamedBassem2024-05-121-1/+8
|
* mobile: Add dark mode supportMohamedBassem2024-04-171-2/+2
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+1
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-3/+4
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-17/+5
|
* ui(mobile): New header style in the appMohamedBassem2024-03-151-11/+13
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-2/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+41