redesing product lists

This commit is contained in:
2025-05-28 11:01:42 +02:00
parent 330124837f
commit eb3ae05425
12 changed files with 1569 additions and 809 deletions

View File

@@ -62,6 +62,7 @@ export interface ProductInEvent {
product_id: number;
amount: number;
price: number;
discount: boolean;
}
export interface ProductWithEventData {
@@ -74,6 +75,7 @@ export interface ProductWithEventData {
weight_unit: string;
amount: number;
price: number;
discount: boolean;
}
export interface ShoppingEvent {