implement scheduled order type

This commit is contained in:
2025-10-29 20:41:26 +03:00
parent 144cfa3f3a
commit ab5d0da47e
18 changed files with 219 additions and 82 deletions

View File

@@ -101,7 +101,7 @@ function MenuPage() {
<BackButton />
</div>
<div
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer} menu-select-container`}
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer}`}
>
<Select
value={orderType}
@@ -112,6 +112,7 @@ function MenuPage() {
variant="borderless"
size="small"
className={styles.orderTypeSelect}
classNames={{ popup: { root: "order-type-select-dropdown" } }}
listHeight={150}
/>
</div>
@@ -138,7 +139,7 @@ function MenuPage() {
</div>
<div className={`${styles.pageContainer}`}>
<Space direction="vertical" style={{ width: "100%", gap: 16 }}>
<Space direction="vertical" style={{ width: "100%" }}>
<div>
{restaurant?.loyalty_stamps &&
restaurant?.is_loyalty_enabled && <LoyaltyCard />}