feat(frontend): apply itinerary UI and docs refinements

This commit is contained in:
2026-03-08 14:42:32 +00:00
parent 9eb0325c7a
commit c5939e2957
21 changed files with 239 additions and 604 deletions

View File

@@ -41,7 +41,6 @@
name: '',
type: '',
description: null,
rating: null,
link: null,
date: null,
end_date: null,
@@ -91,7 +90,6 @@
name: transportationToEdit.name || '',
type: transportationToEdit.type || '',
description: transportationToEdit.description || null,
rating: transportationToEdit.rating || null,
link: transportationToEdit.link || null,
date: transportationToEdit.date || null,
end_date: transportationToEdit.end_date || null,