add support for vertical seat pixels

This commit is contained in:
David Rodenkirchen 2026-02-22 04:33:05 +01:00
parent 8ef7e9259f
commit 005cb81ce8

View File

@ -48,6 +48,7 @@ class SeatingPlanPage(Component):
self.is_booking_blocked = True
async def on_seat_clicked(self, seat_id: str, _: PressEvent) -> None:
seat_id = seat_id.replace("\n", "")
self.seating_info_text = ""
self.show_info_box = True
self.show_purchase_box = False