aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs)/lists.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): Add smart list creation in mobile app (#2153)Mohamed Bassem2025-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | * feat: Add smart list creation and display in mobile app This commit adds support for creating and displaying smart lists in the mobile application: - Enhanced list creation screen to support both manual and smart list types - Added type selector with manual/smart toggle buttons - Implemented conditional search query input for smart lists - Added query validation to ensure smart lists have valid queries - Improved error handling to display validation errors from the backend - Added visual indicators (sparkle icon) for smart lists in the lists tab - Implemented smart list query display in list detail view with sparkle badge - Enhanced UI with contextual help text for smart list queries The implementation follows the web app pattern while adapting the UI for mobile best practices. * fixes --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-261-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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>
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-231-7/+3
| | | | | | | | | | | | | | | * 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): Add proper error handling for server errorsMohamedBassem2024-09-141-3/+8
|
* feature(mobile): Add ability to create basic lists from the appMohamedBassem2024-08-261-3/+29
|
* 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-171-2/+2
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-5/+3
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-4/+5
|
* ui(mobile): New header style in the appMohamedBassem2024-03-151-20/+25
|
* fix(mobile): Scroll to the top when the main tab is clickedMohamedBassem2024-03-151-7/+9
|
* 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-151-2/+2
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-2/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+67