aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs) (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-264-44/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix(mobile): Fix image quality slider showing lots of decimal places. fixes ↵Mohamed Bassem2025-07-191-1/+1
| | | | #1735
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-1/+26
| | | | | | | | | | | | | | | | | * 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
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* fix(mobile): margin for "Lists" tab content (#927)Daniel Vigaru2025-02-011-1/+5
| | | | | | | | | | | | | | | * fix: left margin for list items * refactor: move type into func definition * fix: missing return type Co-authored-by: Joseph Chambers <5374985+imcodingideas@users.noreply.github.com> * style: remove trailing space --------- Co-authored-by: Joseph Chambers <5374985+imcodingideas@users.noreply.github.com>
* fix(mobile): useLayoutEffect for navigator changesMohamedBassem2024-12-161-2/+2
|
* ui(mobile): Make page titles more nativeMohamedBassem2024-12-161-2/+10
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-2/+2
| | | | | | | | | | | * 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-232-14/+6
| | | | | | | | | | | | | | | * 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-233-71/+24
|
* fix(mobile): Drop the floating add button. Fixes #439MohamedBassem2024-10-051-15/+3
|
* fix(mobile): Fix some icon colors in dark modeMohamedBassem2024-09-141-1/+7
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-141-6/+27
|
* feature(mobile): Add proper error handling for server errorsMohamedBassem2024-09-142-7/+18
|
* feature(mobile): Add a floating button for quickly adding new bookmarksMohamedBassem2024-09-081-2/+8
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-262-3/+41
|
* feature(mobile): Add ability to create basic lists from the appMohamedBassem2024-08-261-3/+29
|
* ui(mobile): Merge the editors for notes and linksMohamedBassem2024-08-261-14/+3
|
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-261-3/+15
|
* feature(mobile): Show server address in the settingsMohamedBassem2024-05-121-1/+8
|
* ui(mobile): Add horizontal margins to the bookmark cardsMohamedBassem2024-05-121-1/+1
|
* fix(mobile): Add a bigger button to collable the nested listMohamedBassem2024-04-231-6/+5
|
* fix(mobile): Fix the color of the collapsible triangle to respect dark modeMohamedBassem2024-04-191-9/+15
|
* feature(mobile): Add support for nested listed on mobileMohamedBassem2024-04-191-18/+89
|
* mobile: Add dark mode supportMohamedBassem2024-04-174-15/+11
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-305-14/+15
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-295-18/+26
|
* fix(mobile): Fix active tab tint colorMohamedBassem2024-03-221-1/+5
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-17/+5
|
* fix(mobile): Fix flicker on searchMohamedBassem2024-03-202-23/+30
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-172-3/+3
|
* ui(mobile): New header style in the appMohamedBassem2024-03-155-90/+107
|
* fix(mobile): Scroll to the top when the main tab is clickedMohamedBassem2024-03-151-7/+9
|
* ui(mobile): Change the creation buttons to be under a menuMohamedBassem2024-03-151-11/+41
|
* ui(mobile): Add a chevron to the list items in the list viewMohamedBassem2024-03-151-1/+3
|
* mobile: Revert the margins around the cardsMohamedBassem2024-03-152-3/+3
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-145-11/+7
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-145-0/+212