feat(collections): enhance collections page with sorting, filtering, and pagination features

- Updated the collections loading logic to include sorting and pagination parameters from the URL.
- Refactored the collections page to manage owned, shared, and archived collections with a tabbed interface.
- Added sorting functionality to allow users to sort collections by different attributes.
- Implemented a sidebar for filtering and sorting options.
- Improved the UI for better user experience, including a floating action button for creating new collections.
- Added a not found page for collections that do not exist, enhancing error handling.
This commit is contained in:
Sean Morley
2025-06-13 12:11:42 -04:00
parent 7eb96bcc2a
commit 14eb4ca802
23 changed files with 1691 additions and 1251 deletions

View File

@@ -273,7 +273,8 @@
"all_linked_items": "Alla länkade objekt",
"itinerary": "Resväg",
"joined": "Gick med i",
"view_profile": "Visa profil"
"view_profile": "Visa profil",
"share_collection": "Dela denna samling!"
},
"home": {
"desc_1": "Upptäck, planera och utforska med lätthet",
@@ -513,7 +514,8 @@
"social_auth_desc_1": "Hantera sociala inloggningsalternativ och lösenordsinställningar",
"social_auth_setup": "Social autentiseringsinställning",
"staff_status": "Personalstatus",
"staff_user": "Personalanvändare"
"staff_user": "Personalanvändare",
"email_verified_error_desc": "Ditt e -postmeddelande kunde inte verifieras. \nFörsök igen."
},
"checklist": {
"add_item": "Lägg till objekt",
@@ -540,7 +542,8 @@
"error_creating_collection": "Det gick inte att skapa samlingen",
"error_editing_collection": "Ett fel uppstod vid redigering av samling",
"new_collection": "Ny samling",
"public_collection": "Offentlig samling"
"public_collection": "Offentlig samling",
"manage_collections": "Hantera samlingar"
},
"notes": {
"add_a_link": "Lägg till en länk",