aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs) (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): Add highlights page to mobile app (#2156)Mohamed Bassem2025-11-232-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | * feat: Add highlights page to mobile app This commit adds a new highlights page to the mobile app where users can view all their highlights with the following features: - HighlightCard component: Displays individual highlights with colored borders, text, optional notes, timestamps, and a link to the source bookmark - HighlightList component: Renders a scrollable list of highlights with pull-to-refresh and infinite scroll pagination - UpdatingHighlightList component: Handles data fetching using tRPC infinite queries with automatic cache invalidation - New /dashboard/highlights route with large header title - Added navigation link in Settings tab under "App Settings" All components follow the existing mobile app patterns and integrate with the existing highlights API. * make it a tab --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat(mobile): Add tags screen to mobile app (#2163)Mohamed Bassem2025-11-232-1/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add tags screen to mobile app Add a new Tags tab to the mobile app that displays all tags sorted by usage. The screen includes: - Paginated tag list with infinite scroll - Display of tag names and bookmark counts - Pull-to-refresh functionality - Navigation to individual tag detail screens - Empty state and loading indicators This brings tag browsing functionality to the mobile app, similar to the existing Lists tab. * feat: Add search functionality to mobile tags screen Add a search input to the tags screen that allows users to filter tags by name. The search includes: - Debounced search input (300ms delay) to reduce API calls - Real-time filtering as the user types - Sort by relevance when searching, by usage when not searching - Smooth animated clear button This enhances the tags browsing experience by making it easy to find specific tags in a large collection. * format --------- Co-authored-by: Claude <noreply@anthropic.com>
* 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: display notes on bookmark card (#2083)xuatz2025-11-021-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | * 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): 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