feat: htmx powered requests, improved loading indicator

feat: loading indicator and htmx form submit
This commit is contained in:
Björn Fromme
2025-10-14 18:07:59 +02:00
parent 4939a1a9ad
commit 9eda12981a
20 changed files with 658 additions and 197 deletions
+6
View File
@@ -58,6 +58,12 @@ class BookingDto
*/
public ?Booking $booking = null;
/**
* Timestamp of last session update (for staleness detection).
* Updated automatically by BookingService::saveBookingDto().
*/
public ?\DateTimeImmutable $lastSessionUpdate = null;
public function __construct(public Travel $travel, public int $hotelId)
{
}