From 1d14bd96ff3dc52d4cc72d775462a3521238518a Mon Sep 17 00:00:00 2001 From: hugo Date: Fri, 10 Jul 2026 18:34:37 +0200 Subject: [PATCH 01/10] fix: correct variable name for lock icon --- webapp/src/components/dataset_input/FileSelection.vue | 6 +++--- webapp/src/components/dataset_input/ImageDatasetInput.vue | 2 +- .../dataset_input/LabeledImageDatasetInput/ByCSV.vue | 4 ++-- .../dataset_input/LabeledImageDatasetInput/ByGroup.vue | 2 +- webapp/src/components/dataset_input/TabularDatasetInput.vue | 2 +- webapp/src/components/dataset_input/TextDatasetInput.vue | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webapp/src/components/dataset_input/FileSelection.vue b/webapp/src/components/dataset_input/FileSelection.vue index 0aeeb04b7..3092456ee 100644 --- a/webapp/src/components/dataset_input/FileSelection.vue +++ b/webapp/src/components/dataset_input/FileSelection.vue @@ -42,7 +42,7 @@
(), { multiple: false, - lockIcon: false, + noUpload: false, }, ); diff --git a/webapp/src/components/dataset_input/ImageDatasetInput.vue b/webapp/src/components/dataset_input/ImageDatasetInput.vue index 2ae99f9e6..df9dd6a75 100644 --- a/webapp/src/components/dataset_input/ImageDatasetInput.vue +++ b/webapp/src/components/dataset_input/ImageDatasetInput.vue @@ -1,6 +1,6 @@ diff --git a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByCSV.vue b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByCSV.vue index cfed2c998..533c673f6 100644 --- a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByCSV.vue +++ b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByCSV.vue @@ -6,7 +6,7 @@ Connect the CSV file containing a mapping between images and labels - + The CSV file must contain a header with only two columns (filename, label) - + Drag and drop or browse for the images referenced in the connected CSV file.
diff --git a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue index d0d81d6fb..ad6824866 100644 --- a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue +++ b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue @@ -4,7 +4,7 @@ - + {{ browsingTip }} diff --git a/webapp/src/components/dataset_input/TabularDatasetInput.vue b/webapp/src/components/dataset_input/TabularDatasetInput.vue index 389330e13..379ff527d 100644 --- a/webapp/src/components/dataset_input/TabularDatasetInput.vue +++ b/webapp/src/components/dataset_input/TabularDatasetInput.vue @@ -1,7 +1,7 @@ diff --git a/webapp/src/components/dataset_input/TextDatasetInput.vue b/webapp/src/components/dataset_input/TextDatasetInput.vue index dd846021d..8638b3b64 100644 --- a/webapp/src/components/dataset_input/TextDatasetInput.vue +++ b/webapp/src/components/dataset_input/TextDatasetInput.vue @@ -1,7 +1,7 @@ From 9fdf386f3c92761ab72df5e5943975998ea3f9a9 Mon Sep 17 00:00:00 2001 From: hugo Date: Fri, 10 Jul 2026 18:42:43 +0200 Subject: [PATCH 02/10] fix: remove duplicated space --- .../dataset_input/LabeledImageDatasetInput/ByGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue index ad6824866..d7c9d83a3 100644 --- a/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue +++ b/webapp/src/components/dataset_input/LabeledImageDatasetInput/ByGroup.vue @@ -2,7 +2,7 @@
- + {{ browsingTip }} From 76d0a6ee9cb697553d54d66807e3b30276d1b309 Mon Sep 17 00:00:00 2001 From: hugo Date: Fri, 10 Jul 2026 18:42:58 +0200 Subject: [PATCH 03/10] fix: make file input box text shorter --- webapp/src/components/dataset_input/FileSelection.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/dataset_input/FileSelection.vue b/webapp/src/components/dataset_input/FileSelection.vue index 3092456ee..0908bc08b 100644 --- a/webapp/src/components/dataset_input/FileSelection.vue +++ b/webapp/src/components/dataset_input/FileSelection.vue @@ -21,13 +21,13 @@

- Drag and drop the {{ fileType }} or + Drop {{ fileType }} here or