From fdd52d7fadf4b40d0ecca326444bfa561943c635 Mon Sep 17 00:00:00 2001 From: Viet An Date: Fri, 5 Jun 2026 09:30:16 +0700 Subject: [PATCH] changes --- app/components/TopMenu.vue | 2 +- app/components/dashboard/Delivery.vue | 2 +- app/components/dashboard/OrderStatus.vue | 2 +- app/components/dashboard/RevenueChart.vue | 2 +- app/components/dashboard/TopCustomers.vue | 2 +- app/components/dashboard/TopProducts.vue | 2 +- app/components/dashboard/Warnings.vue | 2 +- app/components/datatable/ContextMenu.vue | 21 +- app/components/datatable/DataTable.vue | 6 +- app/components/datatable/Pagination.vue | 39 +- app/components/imports/EditProductButton.vue | 34 +- app/components/imports/ProductForm.vue | 4 - app/components/inventory/InventoryTable.vue | 4 +- app/components/inventory/SelectedInvItem.vue | 2 +- app/components/orders/OrderPipeline.vue | 2 +- app/components/orders/OrdersTable.vue | 2 +- app/components/parameter/ImportData.vue | 119 +++--- app/components/pos/POS.vue | 6 +- app/components/pos/ProductCard.vue | 2 +- my-bulma-project.css | 416 +++++++++---------- my-bulma-project.css.map | 2 +- my-bulma-project.scss | 5 +- push.sh | 2 +- 23 files changed, 336 insertions(+), 344 deletions(-) diff --git a/app/components/TopMenu.vue b/app/components/TopMenu.vue index 634198d..cf4471a 100644 --- a/app/components/TopMenu.vue +++ b/app/components/TopMenu.vue @@ -7,7 +7,7 @@