aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): more native screensMohamed Bassem2026-02-091-2/+4
|
* feat(mobile): create new list edit screen (#2310)sergio2025-12-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(mobile): create new edit screen and path * refactor(mobile): use correct import for back navigation * refactor(mobile): remove set state for list type * feat(mobile): handle loading state * feat(mobile): add error handling * feat(mobile): add local validation for empty list name * refactor(mobile): use correct param name in edit path * feat(mobile): handle all pending state cases * refactor(mobile): remove unnecessary return * refactor(mobile): move type validation to top of the file * refactor(mobile): revert validation order * refactor(mobile): clean up submit values * fix(mobile): fix button views
* feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz2025-12-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-0/+8
| | | | | | | | | | | | | | | | | * 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): add header class name corresponding to dark mode for text color ↵Md. Saadman Farhad2025-02-091-0/+1
| | | | (#1005)
* fix(mobile): Fix flicker on sign in page. Fixes #911MohamedBassem2025-02-011-1/+1
|
* fix(mobile): useLayoutEffect for navigator changesMohamedBassem2024-12-161-2/+2
|
* ui(mobile): Make page titles more nativeMohamedBassem2024-12-161-2/+9
|
* feat(mobile): Add support for managing tags from mobileMohamedBassem2024-11-231-0/+9
|
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-231-0/+45
| | | | | | | | | | | | | | | * Remove bottom sheet from bookmark info page * Remove bottom sheet from manage lists page * Remove bottom sheet from new list page * Remove bottom sheet from new bookmark page * Drop bottom-sheets * Improve the look of the modals * Make the search page fade from bottom
* ui(mobile): Remove the dedicated search page and add a search bar in homeMohamedBassem2024-11-231-0/+9
|
* feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem2024-09-221-1/+1
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-0/+11
|
* ui(mobile): Merge the editors for notes and linksMohamedBassem2024-08-261-7/+0
|
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-261-7/+0
|
* mobile: Add dark mode supportMohamedBassem2024-04-171-2/+6
|
* fix(mobile): Refetch queries on app focusMohamedBassem2024-03-301-0/+15
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-2/+2
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-0/+12
|
* ui(mobile): New header style in the appMohamedBassem2024-03-151-2/+6
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+38