refactor catering, add orders view

This commit is contained in:
David Rodenkirchen
2024-08-28 14:20:41 +02:00
parent b00a819325
commit 90a344e460
10 changed files with 472 additions and 120 deletions
+3 -5
View File
@@ -27,7 +27,6 @@ class BasePage(Component):
if self.session.window_width > 28:
return Container(
content=Column(
Row(),
Column(
Row(
Spacer(grow_x=True, grow_y=True),
@@ -50,10 +49,9 @@ class BasePage(Component):
),
Spacer(grow_x=True, grow_y=False),
grow_y=False
)
),
Row(),
proportions=[4, 92, 4]
),
margin_top=4
)
),
grow_x=True,
grow_y=True