diff --git a/front/src/pages/PageBooking.svelte b/front/src/pages/PageBooking.svelte index 29081dc..6e20ed7 100644 --- a/front/src/pages/PageBooking.svelte +++ b/front/src/pages/PageBooking.svelte @@ -1,9 +1,28 @@

Table booking

-
+ +
+ +
+ +
+ +
+ +{#if progress === 1} +
+

Booking Date

+ + + {#if !dateValid} + Must chose date that's tomorrow or later + {/if} + +
+ +
+ + + {#if date && (date.getDay() === 6 || date.getDay() === 0)} +

 Time slots not available for this date

+ {:else} +
+ +
+ +
+ +
+
+
+ {/if} +{:else if progress === 2} +
+ +