aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-01fix(mobile): fix some mobile warning after expo 54 upgradeMohamed Bassem1-3/+10
2025-12-22feat(mobile): Convert server address editing to modal in mobile app (#2290)Mohamed Bassem1-0/+8
* feat: Convert server address editing to modal in mobile app Changed the server address editing experience from an inline button to a modal dialog. This improves UX by forcing users to explicitly save or cancel their changes rather than forgetting to click a save button. Changes: - Created ServerAddressModal component following the CustomHeadersModal pattern - Updated signin page to use the modal instead of inline editing - Enhanced settings page to allow changing server address (was previously read-only) - Added validation and error handling within the modal - Made the settings page server address clickable with visual feedback This resolves the issue where users forget to click the save button after editing the server address. * refactor: Convert server address to screen modal Changed from React Native Modal to Expo Router screen modal presentation. This provides a better native experience with proper navigation stack integration. Changes: - Created server-address.tsx as a screen route with modal presentation - Registered the route in root _layout.tsx - Updated signin.tsx to navigate to the screen modal instead of opening RN modal - Reverted settings page to original (no server address editing from settings) - Removed ServerAddressModal component (no longer needed) Benefits: - Native modal presentation with proper animations - Better integration with the navigation stack - Cleaner separation of concerns * merge the custom headers inside the server-add screen * fix the look of the address UI --------- Co-authored-by: Claude <noreply@anthropic.com>
2025-08-26feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem1-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
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-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
2025-02-01fix(mobile): Fix flicker on sign in page. Fixes #911MohamedBassem1-1/+0
2024-12-16ui(mobile): Make page titles more nativeMohamedBassem1-32/+27
2024-11-24deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem1-10/+7
* fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
2024-11-23ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem1-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
2024-09-22feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem1-0/+10
2024-09-14feature(mobile): Add a page for testing connection to serverMohamedBassem1-0/+9
2024-09-14feature(mobile): Add settings page for configuring the themeMohamedBassem1-1/+7
2024-07-28fix(mobile): Change the hoarded page to no longer be a modal to allow ↵MohamedBassem1-6/+1
AddToList to work
2024-07-28feat(mobile): Add ability to manage listsMohamedBassem1-22/+28
2024-04-17mobile: Add dark mode supportMohamedBassem1-3/+13
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem1-1/+1
2024-03-15fix(mobile): Bump expo-share-intent version and remove the hacks around the ↵MohamedBassem1-28/+22
old version
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-3/+2
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem1-1/+1
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem1-2/+8
2024-03-13fix(mobile): Fix the default route of the appMohamedBassem1-0/+1
2024-03-13mobile: All bookmarks homepageMohamedBassem1-1/+1
2024-03-13mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem1-2/+15
2024-03-11mobile: An ugly but function share buttonMohamedBassem1-1/+1
2024-03-11mobile: An ugly yet functional signin workflowMohamedBassem1-3/+1
2024-03-11mobile: Add support for app settingsMohamedBassem1-4/+8
2024-03-11mobile: Setup share intentMohamedBassem1-2/+19
2024-03-11mobile: Prepare to merge into main repoMohamedBassem1-0/+0
2024-03-11prep: Setup nativecn-uiMohamedBassem1-0/+2
2024-03-10prep: Install lucide react nativeMohamedBassem1-0/+12