From ca231f3e3f3ece99bc20c6c04f3010bf83a50217 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Mon, 16 Feb 2026 14:36:27 +0100 Subject: [PATCH 01/11] stable version --- app/components/DragAndDrop.vue | 23 +++++------ app/components/FileUploader.vue | 51 ++++++++++++++++-------- app/components/HybridRenderingView.vue | 2 +- app/components/RemoteRenderingView.vue | 2 +- app/components/Step.vue | 31 ++++++++------- app/components/Stepper.vue | 55 ++++++++++++++++++++------ 6 files changed, 105 insertions(+), 59 deletions(-) diff --git a/app/components/DragAndDrop.vue b/app/components/DragAndDrop.vue index 723dc232..66bc4fef 100644 --- a/app/components/DragAndDrop.vue +++ b/app/components/DragAndDrop.vue @@ -33,7 +33,7 @@ {{ loading ? loadingText : isDragging ? dropText : idleText }} diff --git a/app/components/FileUploader.vue b/app/components/FileUploader.vue index a346cb35..15ccdbbe 100644 --- a/app/components/FileUploader.vue +++ b/app/components/FileUploader.vue @@ -98,43 +98,60 @@ @files-selected="processSelectedFiles" /> - - - - Selected Files - + + + + + Selected Files + + {{ internal_files.length }} - + - mdi-file-outline - {{ file.name }} + mdi-file-outline + {{ file.name }} + - + - mdi-cloud-upload-outline + mdi-cloud-upload Upload {{ internal_files.length }} files -
+
-
+
- - - - - Import Data - - - - Choose a file to import. - +
+
+ +

Import Data

+
+

+ Select and configure your files for a seamless import. +

+
+ + From cc47600db65f0132cc77442a5c672032cd76f295 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Mon, 16 Feb 2026 16:55:28 +0100 Subject: [PATCH 02/11] Changes UI --- app/components/FileUploader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/FileUploader.vue b/app/components/FileUploader.vue index 15ccdbbe..b4fe2579 100644 --- a/app/components/FileUploader.vue +++ b/app/components/FileUploader.vue @@ -100,7 +100,7 @@ - + Selected Files @@ -126,7 +126,7 @@ style="background: rgba(255, 255, 255, 0.05) !important" @click:close="removeFile(index)" > - mdi-file-outline + mdi-file-outline {{ file.name }} diff --git a/app/components/Viewer/EdgedCurve/SpecificEdgesOptions.vue b/app/components/Viewer/EdgedCurve/SpecificEdgesOptions.vue index c82938b1..b60b8592 100644 --- a/app/components/Viewer/EdgedCurve/SpecificEdgesOptions.vue +++ b/app/components/Viewer/EdgedCurve/SpecificEdgesOptions.vue @@ -75,15 +75,7 @@
- + diff --git a/app/components/Viewer/Generic/Mesh/EdgesOptions.vue b/app/components/Viewer/Generic/Mesh/EdgesOptions.vue index 02fe857e..e5dbc1a2 100644 --- a/app/components/Viewer/Generic/Mesh/EdgesOptions.vue +++ b/app/components/Viewer/Generic/Mesh/EdgesOptions.vue @@ -68,15 +68,7 @@ - + diff --git a/app/components/Viewer/Generic/Mesh/PointsOptions.vue b/app/components/Viewer/Generic/Mesh/PointsOptions.vue index 7f7c2810..c414d728 100644 --- a/app/components/Viewer/Generic/Mesh/PointsOptions.vue +++ b/app/components/Viewer/Generic/Mesh/PointsOptions.vue @@ -61,15 +61,7 @@ - + diff --git a/app/components/Viewer/PointSet/SpecificPointsOptions.vue b/app/components/Viewer/PointSet/SpecificPointsOptions.vue index 4ab46a48..b1d81ad3 100644 --- a/app/components/Viewer/PointSet/SpecificPointsOptions.vue +++ b/app/components/Viewer/PointSet/SpecificPointsOptions.vue @@ -68,15 +68,7 @@ - + diff --git a/app/components/Viewer/Tree/ObjectTree.vue b/app/components/Viewer/Tree/ObjectTree.vue index afe46fc1..5336077a 100644 --- a/app/components/Viewer/Tree/ObjectTree.vue +++ b/app/components/Viewer/Tree/ObjectTree.vue @@ -42,6 +42,7 @@ class="treeview-container" :style="{ width: `${treeviewStore.panelWidth}px` }" @contextmenu.prevent + @mousedown.stop > From 0ea17721c64a5d6d852a48e892bac3836371225a Mon Sep 17 00:00:00 2001 From: Tao Schiro <106495600+SpliiT@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:20:12 +0100 Subject: [PATCH 07/11] Update app/components/ZScaling.vue Co-authored-by: Julien Champagnol <91873154+JulienChampagnol@users.noreply.github.com> --- app/components/ZScaling.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ZScaling.vue b/app/components/ZScaling.vue index dd6096b4..330572fd 100644 --- a/app/components/ZScaling.vue +++ b/app/components/ZScaling.vue @@ -1,5 +1,5 @@