aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib/settings.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(mobile): fix default address not correctly stored in settingsMohamedBassem2025-11-081-2/+2
|
* feat(mobile): add custom headers configuration in sign-in screen (#2103)Mohamed Bassem2025-11-081-0/+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>
* feat: display notes on bookmark card (#2083)xuatz2025-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: display notes on bookmark card * apply styling * include mobile impl * apply pr comments * add display options menu into PR * put it under app setting * cleanup * address pr comments * change the default for show notes to false * make the in-card note font lighter --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-1/+10
| | | | | | | | | | | | | | | | | * 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
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-4/+14
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-261-7/+11
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-091-0/+1
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-17/+34
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-4/+5
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+29