feat: add CollectionAllView component for unified display of adventures, transportations, lodging, notes, and checklists with filtering and sorting capabilities

i18n: update translations for collection contents and sorting options in multiple languages

refactor: replace individual sections for adventures, transportations, lodging, notes, and checklists in the collection page with the new CollectionAllView component
This commit is contained in:
Sean Morley
2025-06-18 14:05:39 -04:00
parent 7ec4e5d0f5
commit 93a489a778
14 changed files with 698 additions and 118 deletions

View File

@@ -243,7 +243,8 @@
"delete_collection_warning": "Weet u zeker dat u deze collectie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
"done": "Klaar",
"loading_adventures": "Adventuren laden ...",
"name_location": "naam, locatie"
"name_location": "naam, locatie",
"collection_contents": "Verzamelingsinhoud"
},
"home": {
"desc_1": "Ontdek, plan en verken met gemak",
@@ -371,7 +372,12 @@
"show_map_labels": "Toon kaartlabels",
"total_cities": "Totale steden",
"total_countries": "Totale landen",
"total_regions": "Totaal aantal regio's"
"total_regions": "Totaal aantal regio's",
"newest_first": "Nieuwste eerste",
"oldest_first": "Oudste eerste",
"unvisited_first": "Eerst niet bezocht",
"visited_first": "Eerst bezocht",
"total_items": "Totale items"
},
"settings": {
"account_settings": "Gebruikersaccount instellingen",