mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-06-28 14:55:49 +00:00
- 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.