aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib/hooks.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(mobile): migrate from RN image to expo-imageMohamed Bassem2026-02-011-2/+6
|
* feat: add server version display to mobile app settings (#2276)Mohamed Bassem2025-12-201-0/+23
| | | | | | | | - Created useServerVersion hook to fetch server version from /api/version - Display both app version (from expo-constants) and server version - Added version info at the bottom of settings page - Server version shows loading state and handles errors gracefully Co-authored-by: Claude <noreply@anthropic.com>
* feat(mobile): add custom headers configuration in sign-in screen (#2103)Mohamed Bassem2025-11-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | * feat(mobile): add custom headers configuration in sign-in screen Add ability for mobile app users to configure custom HTTP headers that are sent with every API request. This enables users to add authentication headers, proxy headers, or other custom headers required by their server setup. Changes: - Add customHeaders field to mobile app settings schema - Create CustomHeadersModal component for managing headers - Update sign-in screen with link to configure custom headers - Modify tRPC provider to merge custom headers with Authorization header The custom headers are stored securely in the app settings and persist across sessions. * fix keyboard * add custom headers to other callsites --------- Co-authored-by: Claude <noreply@anthropic.com>
* feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem2024-08-261-0/+13