From 6e10dffd22eb5eb1a3e7efacc47f950e9178564e Mon Sep 17 00:00:00 2001 From: Viet An Date: Wed, 6 May 2026 08:54:02 +0700 Subject: [PATCH] changes --- app/assets/styles/overrides-components.scss | 4 + app/components/application/NoPermission.vue | 4 - .../inventory-count/InventoryCount.vue | 3 - app/components/orders/OrderRow.vue | 2 +- app/components/orders/OrdersTable.vue | 2 +- app/components/viewer/Filters.vue | 227 ---- app/components/viewer/LayerSetting.vue | 65 - app/components/viewer/LayerSettingList.vue | 69 -- app/components/viewer/LayerSettingSave.vue | 127 -- app/components/viewer/Legends.vue | 368 ------ app/components/viewer/ProductNoteHistory.vue | 166 --- app/components/viewer/Search.vue | 205 ---- app/components/viewer/Viewer.vue | 1081 ----------------- app/components/viewer/utils/aps-init.js | 77 -- app/components/viewer/utils/aps-viewer.js | 112 -- app/components/viewer/utils/dom.js | 37 - app/components/viewer/utils/geometry.js | 94 -- app/pages/index.vue | 13 +- app/plugins/00-datatable.js | 1 + app/plugins/01-common.js | 15 +- app/plugins/02-connection.js | 149 +-- app/plugins/03-api-loader.js | 10 +- app/plugins/04-components.js | 4 - 23 files changed, 102 insertions(+), 2733 deletions(-) delete mode 100644 app/components/application/NoPermission.vue delete mode 100644 app/components/inventory-count/InventoryCount.vue delete mode 100644 app/components/viewer/Filters.vue delete mode 100644 app/components/viewer/LayerSetting.vue delete mode 100644 app/components/viewer/LayerSettingList.vue delete mode 100644 app/components/viewer/LayerSettingSave.vue delete mode 100644 app/components/viewer/Legends.vue delete mode 100644 app/components/viewer/ProductNoteHistory.vue delete mode 100644 app/components/viewer/Search.vue delete mode 100644 app/components/viewer/Viewer.vue delete mode 100644 app/components/viewer/utils/aps-init.js delete mode 100644 app/components/viewer/utils/aps-viewer.js delete mode 100644 app/components/viewer/utils/dom.js delete mode 100644 app/components/viewer/utils/geometry.js diff --git a/app/assets/styles/overrides-components.scss b/app/assets/styles/overrides-components.scss index c4dae83..36d445d 100644 --- a/app/assets/styles/overrides-components.scss +++ b/app/assets/styles/overrides-components.scss @@ -10,6 +10,10 @@ --bulma-hr-background-color: var(--bulma-grey-90); } +.textarea, +.input { + box-shadow: none; +} // might break lots of stuff // .skeleton-block:not(:last-child), .media:not(:last-child), .level:not(:last-child), .fixed-grid:not(:last-child), .grid:not(:last-child), .tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .card:not(:last-child), .breadcrumb:not(:last-child), .field:not(:last-child), .file:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .tags:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .buttons:not(:last-child), .box:not(:last-child), .block:not(:last-child) { // margin-bottom: inherit; diff --git a/app/components/application/NoPermission.vue b/app/components/application/NoPermission.vue deleted file mode 100644 index 13a00c3..0000000 --- a/app/components/application/NoPermission.vue +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/app/components/inventory-count/InventoryCount.vue b/app/components/inventory-count/InventoryCount.vue deleted file mode 100644 index 233db70..0000000 --- a/app/components/inventory-count/InventoryCount.vue +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/app/components/orders/OrderRow.vue b/app/components/orders/OrderRow.vue index 152436e..b67f54a 100644 --- a/app/components/orders/OrderRow.vue +++ b/app/components/orders/OrderRow.vue @@ -58,7 +58,7 @@ const emit = defineEmits(["selectOrder", "unselect"]);
{{ $dayjs(order.create_time).format("L") }}
diff --git a/app/components/orders/OrdersTable.vue b/app/components/orders/OrdersTable.vue index 9302fbd..1087ff1 100644 --- a/app/components/orders/OrdersTable.vue +++ b/app/components/orders/OrdersTable.vue @@ -484,7 +484,7 @@ function toggleStatus(id) {