aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-261-48/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-37/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* fix(mobile): Fix flicker on sign in page. Fixes #911MohamedBassem2025-02-011-1/+0
|
* ui(mobile): Make page titles more nativeMohamedBassem2024-12-161-32/+27
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-10/+7
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-231-37/+37
| | | | | | | | | | | | | | | * 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
* feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem2024-09-221-0/+10
|
* feature(mobile): Add a page for testing connection to serverMohamedBassem2024-09-141-0/+9
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-1/+7
|
* fix(mobile): Change the hoarded page to no longer be a modal to allow ↵MohamedBassem2024-07-281-6/+1
| | | | AddToList to work
* feat(mobile): Add ability to manage listsMohamedBassem2024-07-281-22/+28
|
* mobile: Add dark mode supportMohamedBassem2024-04-171-3/+13
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-1/+1
|
* fix(mobile): Bump expo-share-intent version and remove the hacks around the ↵MohamedBassem2024-03-151-28/+22
| | | | old version
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-3/+2
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+53