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

@@ -295,7 +295,8 @@
"delete_collection_warning": "Er du sikker på at du vil slette denne samlingen? \nDenne handlingen kan ikke angres.",
"done": "Ferdig",
"loading_adventures": "Laster opp eventyr ...",
"name_location": "Navn, plassering"
"name_location": "Navn, plassering",
"collection_contents": "Samlingsinnhold"
},
"worldtravel": {
"country_list": "Liste over land",
@@ -346,7 +347,12 @@
"show_map_labels": "Vis kartetiketter",
"total_cities": "Totalt byer",
"total_countries": "Totalt land",
"total_regions": "Totale regioner"
"total_regions": "Totale regioner",
"newest_first": "Nyeste først",
"oldest_first": "Eldste først",
"unvisited_first": "Uvisitert først",
"visited_first": "Besøkte først",
"total_items": "Totalt gjenstander"
},
"auth": {
"username": "Brukernavn",