From 636f91849da4ba7a3eb68cf93e578a9e43502efa Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Tue, 15 Oct 2024 10:08:05 +0530 Subject: [PATCH] chore: refactored styling --- src/components/POS/types.ts | 2 +- src/pages/POS/AlertModal.vue | 23 +++++++++++---------- src/pages/POS/POS.vue | 40 +++++++++++++++--------------------- 3 files changed, 30 insertions(+), 35 deletions(-) diff --git a/src/components/POS/types.ts b/src/components/POS/types.ts index 836da2ae..31102b68 100644 --- a/src/components/POS/types.ts +++ b/src/components/POS/types.ts @@ -8,7 +8,7 @@ export type ItemSerialNumbers = { [item: string]: string }; export type DiscountType = "percent" | "amount"; -export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'InvoiceListAlert' +export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'RouteToInvoiceList' export interface POSItem { image?:string, diff --git a/src/pages/POS/AlertModal.vue b/src/pages/POS/AlertModal.vue index aa19ef57..aef0044c 100644 --- a/src/pages/POS/AlertModal.vue +++ b/src/pages/POS/AlertModal.vue @@ -1,15 +1,16 @@