aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/highlights (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): more native screensMohamed Bassem2026-02-092-1/+5
|
* chore: replace dayjs with data-fnsMohamed Bassem2026-02-011-5/+2
|
* refactor: remove unused trpc files from web and mobileMohamed Bassem2026-02-011-1/+1
|
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem2026-02-011-8/+12
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* feat(mobile): Add highlights page to mobile app (#2156)Mohamed Bassem2025-11-232-0/+206
* 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>