feat(frontend): add email check and gift card support to booking flow

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-11 22:08:28 +01:00
co-authored by Sisyphus
parent 7a459a3986
commit e7634ba187
7 changed files with 242 additions and 81 deletions
@@ -59,7 +59,7 @@
bookings = data.bookings as Booking[];
totalBookings = data.total || 0;
totalPages = data.total_pages || 1;
totalPages = data.totalPages ?? 1;
currentPage = data.page || 1;
} else {
const text = await response.text();