aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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