From b489b56e6af03833337ff1858f9963085a5bed5e Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 6 Sep 2026 11:50:11 +0200 Subject: [PATCH] stash --- frontend/src/components/TreeView.vue | 5 +- .../workflows/BulkItemImportWorkflow.vue | 88 ++++++++++--------- frontend/src/scss/_card.scss | 4 + frontend/src/scss/_forms.scss | 8 ++ frontend/src/views/Inventory.vue | 4 - frontend/src/views/Pairing.vue | 8 -- frontend/src/views/Register.vue | 8 -- frontend/src/views/StorageLocation.vue | 5 -- 8 files changed, 60 insertions(+), 70 deletions(-) diff --git a/frontend/src/components/TreeView.vue b/frontend/src/components/TreeView.vue index 0a78484..bb7595b 100644 --- a/frontend/src/components/TreeView.vue +++ b/frontend/src/components/TreeView.vue @@ -8,7 +8,7 @@ -
+
@@ -64,9 +64,6 @@ .tree-view-content { flex: 1 1 auto; min-width: 0; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; } diff --git a/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue b/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue index cb0d3c3..d3eb6ba 100644 --- a/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue +++ b/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue @@ -13,45 +13,40 @@
-
+ +
+ +
Upload Your Data File
+

+ Drag and drop your CSV or Excel file here, or click to browse +

- -
Upload Your Data File
-

- Drag and drop your CSV or Excel file here, or click to browse -

+ - +
+ + +
-
- - +
+ + Supported formats: CSV (.csv), Excel (.xlsx, .xls) + +
- -
- - Supported formats: CSV (.csv), Excel (.xlsx, .xls) - -
-
+
@@ -264,6 +259,7 @@