Add order and performance info components to ticket overlay
Introduces OrderComponent, PerformanceInfoComponent, and ShoppingCartComponent for the ticket purchase flow. Updates theater-overlay to display seat selection alongside order details and performance info. Refactors seat and performance data loading, improves UI structure, and enhances movie info display components for consistency.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<div class="m-auto w-200 h-10 bg-gray-300 mb-20" style="clip-path: polygon(0% 0%,100% 0%,90% 100%,10% 100%);">
|
||||
<p class="flex justify-center text-2xl fond-bold p-1">
|
||||
Leinwand
|
||||
</p>
|
||||
</div>
|
||||
<div class="">
|
||||
<app-theater-layout [seatsPerRow]="seatsPerRow"></app-theater-layout>
|
||||
</div>
|
||||
<app-menu-header title="Vorstellungstickets kaufen" icon="local_activity" [backToSchedule]="true"></app-menu-header>
|
||||
|
||||
<div class="flex justify-between h-max">
|
||||
|
||||
<app-theater-layout [seatsPerRow]="seatsPerRow" class="m-10 w-7/10"></app-theater-layout>
|
||||
|
||||
<app-order class="m-10 w-3/10" [performance]="performance"></app-order>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user