aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(mobile): Reader settings preview on mobile matches reader view ↵Evan Simkowitz2026-01-181-16/+53
| | | | | | | formatting (#2365) * fix: Reader settings preview on mobile matches reader view formatting * address comments
* feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz2025-12-151-0/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add initial impl * fix some format inconsistencies, add indicator in user settings when local is out of sync * Fix sliders in user settings, unify constants and formatting * address CodeRabbit suggestions * add mobile implementation * address coderabbit nitpicks * fix responsiveness of the reader settings popover * Move more of the web UI strings to i18n * update translations for more coverage * remove duplicate logic/definitions * fix android font family * add shared reading setting hook between web and mobile * unify reader settings context for both web and mobile * remove unused export * address coderabbit suggestions * fix tests
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-262-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-0/+68
| | | | | | | | | | | | | | | | | * 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
* fix(mobile): Fix some icon colors in dark modeMohamedBassem2024-09-141-1/+1
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-0/+47