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,
check_in: null,
check_out: null,
@@ -84,7 +83,6 @@
name: lodgingToEdit.name || '',
type: lodgingToEdit.type || '',
description: lodgingToEdit.description || null,
rating: lodgingToEdit.rating || null,
link: lodgingToEdit.link || null,
check_in: lodgingToEdit.check_in || null,
check_out: lodgingToEdit.check_out || null,