5 Commits

Author SHA1 Message Date
daniel31x13
694f8e7f48 feat(tags): implement search functionality for tags across mobile and web 2026-04-17 16:18:03 -04:00
daniel31x13
82f97b1095 feat: implement infinite scrolling for tags in Sidebar and Tags page
- Added infinite scrolling functionality to the Sidebar component using react-intersection-observer.
- Updated the useTags hook to support pagination and sorting options.
- Modified the getTags API to handle pagination and sorting based on user preferences.
- Enhanced the dashboard data fetching to include the number of tags.
- Refactored the Tags page to utilize the new pagination and sorting features.
- Introduced a new getTagById API endpoint to fetch individual tag details.
- Updated the preference settings to allow sorting of tags.
- Improved loading states and skeleton components for better user experience.
2026-03-18 23:30:21 -04:00
daniel31x13
e668b67a3d refactor(web): use the new button component for consistency and improved styling 2025-05-27 12:44:29 -04:00
daniel31x13
f3c8647ff2 move react-query to the @linkwarden/router package 2025-04-21 10:14:08 -04:00
daniel31x13
1b45286aaf move files to /apps/web directory 2025-04-10 18:38:59 -04:00