aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-09feat(mobile): more native screensMohamed Bassem1-2/+4
2025-12-29feat(mobile): create new list edit screen (#2310)sergio1-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
2025-12-15feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz1-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
2025-07-17feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz1-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
2025-02-09fix(mobile): add header class name corresponding to dark mode for text color ↵Md. Saadman Farhad1-0/+1
(#1005)
2025-02-01fix(mobile): Fix flicker on sign in page. Fixes #911MohamedBassem1-1/+1
2024-12-16fix(mobile): useLayoutEffect for navigator changesMohamedBassem1-2/+2
2024-12-16ui(mobile): Make page titles more nativeMohamedBassem1-2/+9
2024-11-23feat(mobile): Add support for managing tags from mobileMohamedBassem1-0/+9
2024-11-23ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem1-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
2024-11-23ui(mobile): Remove the dedicated search page and add a search bar in homeMohamedBassem1-0/+9
2024-09-22feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem1-1/+1
2024-09-14feature(mobile): Add settings page for configuring the themeMohamedBassem1-0/+11
2024-08-26ui(mobile): Merge the editors for notes and linksMohamedBassem1-7/+0
2024-08-26ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem1-7/+0
2024-04-17mobile: Add dark mode supportMohamedBassem1-2/+6
2024-03-30fix(mobile): Refetch queries on app focusMohamedBassem1-0/+15
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem1-2/+2
2024-03-22fix(mobile): Fix setting propagatinMohamedBassem1-0/+12
2024-03-15ui(mobile): New header style in the appMohamedBassem1-2/+6
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-13mobile: Add support for manually adding bookmarksMohamedBassem1-0/+14
2024-03-13mobile: Add support for viewing listsMohamedBassem1-1/+16
2024-03-13mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem1-0/+9