From 1d4c7beae13ee0fb7c45daf9e9cdd04234bdd8e7 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Fri, 1 Aug 2025 15:48:07 +0200 Subject: [PATCH 1/3] feat(Imports): Changing path imports --- .gitignore | 27 ++++++++++++++----- .../{ => Viewer}/EdgedCurve/EdgesOptions.vue | 0 .../{ => Viewer}/EdgedCurve/PointsOptions.vue | 0 .../{ => Viewer}/FeedBack/ErrorBanner.vue | 0 components/{ => Viewer}/FeedBack/Snackers.vue | 0 .../Generic/Mesh/EdgesOptions.vue | 0 .../Generic/Mesh/PointsOptions.vue | 0 .../Generic/Mesh/PolygonsOptions.vue | 0 .../Generic/Mesh/PolyhedraOptions.vue | 0 .../Generic/Model/EdgesOptions.vue | 0 .../Generic/Model/PointsOptions.vue | 0 .../{ => Viewer}/Grid/2D/CellsOptions.vue | 0 .../{ => Viewer}/Grid/2D/EdgesOptions.vue | 0 .../{ => Viewer}/Grid/2D/PointsOptions.vue | 0 .../{ => Viewer}/Grid/3D/CellsOptions.vue | 0 .../{ => Viewer}/Grid/3D/EdgesOptions.vue | 0 .../{ => Viewer}/Grid/3D/FacetsOptions.vue | 0 .../{ => Viewer}/Grid/3D/PointsOptions.vue | 0 .../{ => Viewer}/HybridSolid/EdgesOptions.vue | 0 .../HybridSolid/PointsOptions.vue | 0 .../HybridSolid/PolygonsOptions.vue | 0 .../HybridSolid/PolyhedraOptions.vue | 0 .../Inspector/InspectionButton.vue | 0 .../{ => Viewer}/Inspector/ResultPanel.vue | 0 .../{ => Viewer}/Options/ColorPicker.vue | 0 .../Options/ColoringTypeSelector.vue | 0 .../Options/PolygonAttributeSelector.vue | 0 .../Options/PolyhedronAttributeSelector.vue | 0 .../{ => Viewer}/Options/TextureItem.vue | 0 .../{ => Viewer}/Options/TexturesSelector.vue | 0 .../Options/VertexAttributeSelector.vue | 0 .../{ => Viewer}/Options/VisibilitySwitch.vue | 0 .../{ => Viewer}/PointSet/PointsOptions.vue | 0 .../PointSet/SpecificPointsOptions.vue | 0 .../PolygonalSurface/EdgesOptions.vue | 0 .../PolygonalSurface/PointsOptions.vue | 0 .../PolygonalSurface/PolygonsOptions.vue | 0 .../{ => Viewer}/Solid/EdgesOptions.vue | 0 .../{ => Viewer}/Solid/PointsOptions.vue | 0 .../{ => Viewer}/Solid/PolygonsOptions.vue | 0 .../{ => Viewer}/Solid/PolyhedraOptions.vue | 0 .../TetrahedralSolid/TetrahedraOptions.vue | 0 .../TetrahedralSolid/TrianglesOptions.vue | 0 .../TriangulatedSurface/EdgesOptions.vue | 0 .../TriangulatedSurface/PointsOptions.vue | 0 .../TriangulatedSurface/TrianglesOptions.vue | 0 46 files changed, 21 insertions(+), 6 deletions(-) rename components/{ => Viewer}/EdgedCurve/EdgesOptions.vue (100%) rename components/{ => Viewer}/EdgedCurve/PointsOptions.vue (100%) rename components/{ => Viewer}/FeedBack/ErrorBanner.vue (100%) rename components/{ => Viewer}/FeedBack/Snackers.vue (100%) rename components/{ => Viewer}/Generic/Mesh/EdgesOptions.vue (100%) rename components/{ => Viewer}/Generic/Mesh/PointsOptions.vue (100%) rename components/{ => Viewer}/Generic/Mesh/PolygonsOptions.vue (100%) rename components/{ => Viewer}/Generic/Mesh/PolyhedraOptions.vue (100%) rename components/{ => Viewer}/Generic/Model/EdgesOptions.vue (100%) rename components/{ => Viewer}/Generic/Model/PointsOptions.vue (100%) rename components/{ => Viewer}/Grid/2D/CellsOptions.vue (100%) rename components/{ => Viewer}/Grid/2D/EdgesOptions.vue (100%) rename components/{ => Viewer}/Grid/2D/PointsOptions.vue (100%) rename components/{ => Viewer}/Grid/3D/CellsOptions.vue (100%) rename components/{ => Viewer}/Grid/3D/EdgesOptions.vue (100%) rename components/{ => Viewer}/Grid/3D/FacetsOptions.vue (100%) rename components/{ => Viewer}/Grid/3D/PointsOptions.vue (100%) rename components/{ => Viewer}/HybridSolid/EdgesOptions.vue (100%) rename components/{ => Viewer}/HybridSolid/PointsOptions.vue (100%) rename components/{ => Viewer}/HybridSolid/PolygonsOptions.vue (100%) rename components/{ => Viewer}/HybridSolid/PolyhedraOptions.vue (100%) rename components/{ => Viewer}/Inspector/InspectionButton.vue (100%) rename components/{ => Viewer}/Inspector/ResultPanel.vue (100%) rename components/{ => Viewer}/Options/ColorPicker.vue (100%) rename components/{ => Viewer}/Options/ColoringTypeSelector.vue (100%) rename components/{ => Viewer}/Options/PolygonAttributeSelector.vue (100%) rename components/{ => Viewer}/Options/PolyhedronAttributeSelector.vue (100%) rename components/{ => Viewer}/Options/TextureItem.vue (100%) rename components/{ => Viewer}/Options/TexturesSelector.vue (100%) rename components/{ => Viewer}/Options/VertexAttributeSelector.vue (100%) rename components/{ => Viewer}/Options/VisibilitySwitch.vue (100%) rename components/{ => Viewer}/PointSet/PointsOptions.vue (100%) rename components/{ => Viewer}/PointSet/SpecificPointsOptions.vue (100%) rename components/{ => Viewer}/PolygonalSurface/EdgesOptions.vue (100%) rename components/{ => Viewer}/PolygonalSurface/PointsOptions.vue (100%) rename components/{ => Viewer}/PolygonalSurface/PolygonsOptions.vue (100%) rename components/{ => Viewer}/Solid/EdgesOptions.vue (100%) rename components/{ => Viewer}/Solid/PointsOptions.vue (100%) rename components/{ => Viewer}/Solid/PolygonsOptions.vue (100%) rename components/{ => Viewer}/Solid/PolyhedraOptions.vue (100%) rename components/{ => Viewer}/TetrahedralSolid/TetrahedraOptions.vue (100%) rename components/{ => Viewer}/TetrahedralSolid/TrianglesOptions.vue (100%) rename components/{ => Viewer}/TriangulatedSurface/EdgesOptions.vue (100%) rename components/{ => Viewer}/TriangulatedSurface/PointsOptions.vue (100%) rename components/{ => Viewer}/TriangulatedSurface/TrianglesOptions.vue (100%) diff --git a/.gitignore b/.gitignore index 4aae54c0..b7c6d75b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ # Nuxt dev/build outputs .output +.data .nuxt .nitro .cache +build dist + # Node dependencies -node_modules +/node_modules # Logs logs @@ -21,9 +24,21 @@ logs .env .env.* !.env.example - # Other -.pytest_cache -__snapshots__ -coverage -# package-lock.json +/build +/dist-electron +/electron-server/back/dist +/electron-server/viewer/dist +/electron-server/back/venv +/electron-server/viewer/venv +/release +/uploads +vease-back* +vease-viewer* + +# Playwright +node_modules/ +/test-results/ +/playwright-report/ +/blob-report/ +/playwright/.cache/ \ No newline at end of file diff --git a/components/EdgedCurve/EdgesOptions.vue b/components/Viewer/EdgedCurve/EdgesOptions.vue similarity index 100% rename from components/EdgedCurve/EdgesOptions.vue rename to components/Viewer/EdgedCurve/EdgesOptions.vue diff --git a/components/EdgedCurve/PointsOptions.vue b/components/Viewer/EdgedCurve/PointsOptions.vue similarity index 100% rename from components/EdgedCurve/PointsOptions.vue rename to components/Viewer/EdgedCurve/PointsOptions.vue diff --git a/components/FeedBack/ErrorBanner.vue b/components/Viewer/FeedBack/ErrorBanner.vue similarity index 100% rename from components/FeedBack/ErrorBanner.vue rename to components/Viewer/FeedBack/ErrorBanner.vue diff --git a/components/FeedBack/Snackers.vue b/components/Viewer/FeedBack/Snackers.vue similarity index 100% rename from components/FeedBack/Snackers.vue rename to components/Viewer/FeedBack/Snackers.vue diff --git a/components/Generic/Mesh/EdgesOptions.vue b/components/Viewer/Generic/Mesh/EdgesOptions.vue similarity index 100% rename from components/Generic/Mesh/EdgesOptions.vue rename to components/Viewer/Generic/Mesh/EdgesOptions.vue diff --git a/components/Generic/Mesh/PointsOptions.vue b/components/Viewer/Generic/Mesh/PointsOptions.vue similarity index 100% rename from components/Generic/Mesh/PointsOptions.vue rename to components/Viewer/Generic/Mesh/PointsOptions.vue diff --git a/components/Generic/Mesh/PolygonsOptions.vue b/components/Viewer/Generic/Mesh/PolygonsOptions.vue similarity index 100% rename from components/Generic/Mesh/PolygonsOptions.vue rename to components/Viewer/Generic/Mesh/PolygonsOptions.vue diff --git a/components/Generic/Mesh/PolyhedraOptions.vue b/components/Viewer/Generic/Mesh/PolyhedraOptions.vue similarity index 100% rename from components/Generic/Mesh/PolyhedraOptions.vue rename to components/Viewer/Generic/Mesh/PolyhedraOptions.vue diff --git a/components/Generic/Model/EdgesOptions.vue b/components/Viewer/Generic/Model/EdgesOptions.vue similarity index 100% rename from components/Generic/Model/EdgesOptions.vue rename to components/Viewer/Generic/Model/EdgesOptions.vue diff --git a/components/Generic/Model/PointsOptions.vue b/components/Viewer/Generic/Model/PointsOptions.vue similarity index 100% rename from components/Generic/Model/PointsOptions.vue rename to components/Viewer/Generic/Model/PointsOptions.vue diff --git a/components/Grid/2D/CellsOptions.vue b/components/Viewer/Grid/2D/CellsOptions.vue similarity index 100% rename from components/Grid/2D/CellsOptions.vue rename to components/Viewer/Grid/2D/CellsOptions.vue diff --git a/components/Grid/2D/EdgesOptions.vue b/components/Viewer/Grid/2D/EdgesOptions.vue similarity index 100% rename from components/Grid/2D/EdgesOptions.vue rename to components/Viewer/Grid/2D/EdgesOptions.vue diff --git a/components/Grid/2D/PointsOptions.vue b/components/Viewer/Grid/2D/PointsOptions.vue similarity index 100% rename from components/Grid/2D/PointsOptions.vue rename to components/Viewer/Grid/2D/PointsOptions.vue diff --git a/components/Grid/3D/CellsOptions.vue b/components/Viewer/Grid/3D/CellsOptions.vue similarity index 100% rename from components/Grid/3D/CellsOptions.vue rename to components/Viewer/Grid/3D/CellsOptions.vue diff --git a/components/Grid/3D/EdgesOptions.vue b/components/Viewer/Grid/3D/EdgesOptions.vue similarity index 100% rename from components/Grid/3D/EdgesOptions.vue rename to components/Viewer/Grid/3D/EdgesOptions.vue diff --git a/components/Grid/3D/FacetsOptions.vue b/components/Viewer/Grid/3D/FacetsOptions.vue similarity index 100% rename from components/Grid/3D/FacetsOptions.vue rename to components/Viewer/Grid/3D/FacetsOptions.vue diff --git a/components/Grid/3D/PointsOptions.vue b/components/Viewer/Grid/3D/PointsOptions.vue similarity index 100% rename from components/Grid/3D/PointsOptions.vue rename to components/Viewer/Grid/3D/PointsOptions.vue diff --git a/components/HybridSolid/EdgesOptions.vue b/components/Viewer/HybridSolid/EdgesOptions.vue similarity index 100% rename from components/HybridSolid/EdgesOptions.vue rename to components/Viewer/HybridSolid/EdgesOptions.vue diff --git a/components/HybridSolid/PointsOptions.vue b/components/Viewer/HybridSolid/PointsOptions.vue similarity index 100% rename from components/HybridSolid/PointsOptions.vue rename to components/Viewer/HybridSolid/PointsOptions.vue diff --git a/components/HybridSolid/PolygonsOptions.vue b/components/Viewer/HybridSolid/PolygonsOptions.vue similarity index 100% rename from components/HybridSolid/PolygonsOptions.vue rename to components/Viewer/HybridSolid/PolygonsOptions.vue diff --git a/components/HybridSolid/PolyhedraOptions.vue b/components/Viewer/HybridSolid/PolyhedraOptions.vue similarity index 100% rename from components/HybridSolid/PolyhedraOptions.vue rename to components/Viewer/HybridSolid/PolyhedraOptions.vue diff --git a/components/Inspector/InspectionButton.vue b/components/Viewer/Inspector/InspectionButton.vue similarity index 100% rename from components/Inspector/InspectionButton.vue rename to components/Viewer/Inspector/InspectionButton.vue diff --git a/components/Inspector/ResultPanel.vue b/components/Viewer/Inspector/ResultPanel.vue similarity index 100% rename from components/Inspector/ResultPanel.vue rename to components/Viewer/Inspector/ResultPanel.vue diff --git a/components/Options/ColorPicker.vue b/components/Viewer/Options/ColorPicker.vue similarity index 100% rename from components/Options/ColorPicker.vue rename to components/Viewer/Options/ColorPicker.vue diff --git a/components/Options/ColoringTypeSelector.vue b/components/Viewer/Options/ColoringTypeSelector.vue similarity index 100% rename from components/Options/ColoringTypeSelector.vue rename to components/Viewer/Options/ColoringTypeSelector.vue diff --git a/components/Options/PolygonAttributeSelector.vue b/components/Viewer/Options/PolygonAttributeSelector.vue similarity index 100% rename from components/Options/PolygonAttributeSelector.vue rename to components/Viewer/Options/PolygonAttributeSelector.vue diff --git a/components/Options/PolyhedronAttributeSelector.vue b/components/Viewer/Options/PolyhedronAttributeSelector.vue similarity index 100% rename from components/Options/PolyhedronAttributeSelector.vue rename to components/Viewer/Options/PolyhedronAttributeSelector.vue diff --git a/components/Options/TextureItem.vue b/components/Viewer/Options/TextureItem.vue similarity index 100% rename from components/Options/TextureItem.vue rename to components/Viewer/Options/TextureItem.vue diff --git a/components/Options/TexturesSelector.vue b/components/Viewer/Options/TexturesSelector.vue similarity index 100% rename from components/Options/TexturesSelector.vue rename to components/Viewer/Options/TexturesSelector.vue diff --git a/components/Options/VertexAttributeSelector.vue b/components/Viewer/Options/VertexAttributeSelector.vue similarity index 100% rename from components/Options/VertexAttributeSelector.vue rename to components/Viewer/Options/VertexAttributeSelector.vue diff --git a/components/Options/VisibilitySwitch.vue b/components/Viewer/Options/VisibilitySwitch.vue similarity index 100% rename from components/Options/VisibilitySwitch.vue rename to components/Viewer/Options/VisibilitySwitch.vue diff --git a/components/PointSet/PointsOptions.vue b/components/Viewer/PointSet/PointsOptions.vue similarity index 100% rename from components/PointSet/PointsOptions.vue rename to components/Viewer/PointSet/PointsOptions.vue diff --git a/components/PointSet/SpecificPointsOptions.vue b/components/Viewer/PointSet/SpecificPointsOptions.vue similarity index 100% rename from components/PointSet/SpecificPointsOptions.vue rename to components/Viewer/PointSet/SpecificPointsOptions.vue diff --git a/components/PolygonalSurface/EdgesOptions.vue b/components/Viewer/PolygonalSurface/EdgesOptions.vue similarity index 100% rename from components/PolygonalSurface/EdgesOptions.vue rename to components/Viewer/PolygonalSurface/EdgesOptions.vue diff --git a/components/PolygonalSurface/PointsOptions.vue b/components/Viewer/PolygonalSurface/PointsOptions.vue similarity index 100% rename from components/PolygonalSurface/PointsOptions.vue rename to components/Viewer/PolygonalSurface/PointsOptions.vue diff --git a/components/PolygonalSurface/PolygonsOptions.vue b/components/Viewer/PolygonalSurface/PolygonsOptions.vue similarity index 100% rename from components/PolygonalSurface/PolygonsOptions.vue rename to components/Viewer/PolygonalSurface/PolygonsOptions.vue diff --git a/components/Solid/EdgesOptions.vue b/components/Viewer/Solid/EdgesOptions.vue similarity index 100% rename from components/Solid/EdgesOptions.vue rename to components/Viewer/Solid/EdgesOptions.vue diff --git a/components/Solid/PointsOptions.vue b/components/Viewer/Solid/PointsOptions.vue similarity index 100% rename from components/Solid/PointsOptions.vue rename to components/Viewer/Solid/PointsOptions.vue diff --git a/components/Solid/PolygonsOptions.vue b/components/Viewer/Solid/PolygonsOptions.vue similarity index 100% rename from components/Solid/PolygonsOptions.vue rename to components/Viewer/Solid/PolygonsOptions.vue diff --git a/components/Solid/PolyhedraOptions.vue b/components/Viewer/Solid/PolyhedraOptions.vue similarity index 100% rename from components/Solid/PolyhedraOptions.vue rename to components/Viewer/Solid/PolyhedraOptions.vue diff --git a/components/TetrahedralSolid/TetrahedraOptions.vue b/components/Viewer/TetrahedralSolid/TetrahedraOptions.vue similarity index 100% rename from components/TetrahedralSolid/TetrahedraOptions.vue rename to components/Viewer/TetrahedralSolid/TetrahedraOptions.vue diff --git a/components/TetrahedralSolid/TrianglesOptions.vue b/components/Viewer/TetrahedralSolid/TrianglesOptions.vue similarity index 100% rename from components/TetrahedralSolid/TrianglesOptions.vue rename to components/Viewer/TetrahedralSolid/TrianglesOptions.vue diff --git a/components/TriangulatedSurface/EdgesOptions.vue b/components/Viewer/TriangulatedSurface/EdgesOptions.vue similarity index 100% rename from components/TriangulatedSurface/EdgesOptions.vue rename to components/Viewer/TriangulatedSurface/EdgesOptions.vue diff --git a/components/TriangulatedSurface/PointsOptions.vue b/components/Viewer/TriangulatedSurface/PointsOptions.vue similarity index 100% rename from components/TriangulatedSurface/PointsOptions.vue rename to components/Viewer/TriangulatedSurface/PointsOptions.vue diff --git a/components/TriangulatedSurface/TrianglesOptions.vue b/components/Viewer/TriangulatedSurface/TrianglesOptions.vue similarity index 100% rename from components/TriangulatedSurface/TrianglesOptions.vue rename to components/Viewer/TriangulatedSurface/TrianglesOptions.vue From 32f3d56feceae72fcb3ccd520d7f06fe14ec8f6e Mon Sep 17 00:00:00 2001 From: SpliiT Date: Fri, 1 Aug 2025 15:51:19 +0200 Subject: [PATCH 2/3] replace path --- components/{Viewer => }/FeedBack/ErrorBanner.vue | 0 components/{Viewer => }/FeedBack/Snackers.vue | 0 components/{Viewer => }/Inspector/InspectionButton.vue | 0 components/{Viewer => }/Inspector/ResultPanel.vue | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename components/{Viewer => }/FeedBack/ErrorBanner.vue (100%) rename components/{Viewer => }/FeedBack/Snackers.vue (100%) rename components/{Viewer => }/Inspector/InspectionButton.vue (100%) rename components/{Viewer => }/Inspector/ResultPanel.vue (100%) diff --git a/components/Viewer/FeedBack/ErrorBanner.vue b/components/FeedBack/ErrorBanner.vue similarity index 100% rename from components/Viewer/FeedBack/ErrorBanner.vue rename to components/FeedBack/ErrorBanner.vue diff --git a/components/Viewer/FeedBack/Snackers.vue b/components/FeedBack/Snackers.vue similarity index 100% rename from components/Viewer/FeedBack/Snackers.vue rename to components/FeedBack/Snackers.vue diff --git a/components/Viewer/Inspector/InspectionButton.vue b/components/Inspector/InspectionButton.vue similarity index 100% rename from components/Viewer/Inspector/InspectionButton.vue rename to components/Inspector/InspectionButton.vue diff --git a/components/Viewer/Inspector/ResultPanel.vue b/components/Inspector/ResultPanel.vue similarity index 100% rename from components/Viewer/Inspector/ResultPanel.vue rename to components/Inspector/ResultPanel.vue From 515cb59db5946aa22f1eaa47f2fd428ad6588470 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Fri, 1 Aug 2025 15:52:08 +0200 Subject: [PATCH 3/3] changin gitignore --- .gitignore | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index b7c6d75b..18245e49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,12 @@ # Nuxt dev/build outputs .output -.data .nuxt .nitro .cache -build dist - # Node dependencies -/node_modules +node_modules # Logs logs @@ -24,21 +21,9 @@ logs .env .env.* !.env.example -# Other -/build -/dist-electron -/electron-server/back/dist -/electron-server/viewer/dist -/electron-server/back/venv -/electron-server/viewer/venv -/release -/uploads -vease-back* -vease-viewer* -# Playwright -node_modules/ -/test-results/ -/playwright-report/ -/blob-report/ -/playwright/.cache/ \ No newline at end of file +# Other +.pytest_cache +__snapshots__ +coverage +# package-lock.json \ No newline at end of file