diff --git a/.vscode/settings.json b/.vscode/settings.json index aab46ab3347..1f1f12968da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,7 +24,6 @@ "**/.pnp.*": true }, "eslint.nodePath": ".yarn/sdks", - "prettier.prettierPath": ".yarn/sdks/prettier/index.cjs", "markdownlint.config": { "MD025": false, "MD033": false diff --git a/docs/.vitepress/theme/components/price-estimator/LabCard.vue b/docs/.vitepress/theme/components/price-estimator/LabCard.vue index 0054f8b3f79..a00753bfff7 100644 --- a/docs/.vitepress/theme/components/price-estimator/LabCard.vue +++ b/docs/.vitepress/theme/components/price-estimator/LabCard.vue @@ -1,385 +1,128 @@ - @@ -387,29 +130,45 @@ export default { - - {{ title }} - + + + + mdi-delete - Compute - {{ "Add a machine to " + title }} + Compute - + + @@ -532,4 +316,14 @@ export default { .lab-card { padding: 3px; } + +.lab-title-input { + min-width: 200px; +} + +.lab-title-input :deep(.v-field__input) { + font-size: 1.5rem; + font-weight: bold; + text-align: center; +} diff --git a/docs/.vitepress/theme/components/price-estimator/LabModal.vue b/docs/.vitepress/theme/components/price-estimator/LabModal.vue new file mode 100644 index 00000000000..e4d7bcada2c --- /dev/null +++ b/docs/.vitepress/theme/components/price-estimator/LabModal.vue @@ -0,0 +1,129 @@ + + + diff --git a/docs/.vitepress/theme/components/price-estimator/Machine.vue b/docs/.vitepress/theme/components/price-estimator/Machine.vue deleted file mode 100644 index 48077aaf071..00000000000 --- a/docs/.vitepress/theme/components/price-estimator/Machine.vue +++ /dev/null @@ -1,263 +0,0 @@ - - - diff --git a/docs/.vitepress/theme/components/price-estimator/MachineModal.vue b/docs/.vitepress/theme/components/price-estimator/MachineModal.vue new file mode 100644 index 00000000000..e34d8aca07d --- /dev/null +++ b/docs/.vitepress/theme/components/price-estimator/MachineModal.vue @@ -0,0 +1,263 @@ + + + diff --git a/docs/.vitepress/theme/components/price-estimator/PriceEstimator.vue b/docs/.vitepress/theme/components/price-estimator/PriceEstimator.vue index 3f4a7da4f14..ee4685426d0 100644 --- a/docs/.vitepress/theme/components/price-estimator/PriceEstimator.vue +++ b/docs/.vitepress/theme/components/price-estimator/PriceEstimator.vue @@ -1,369 +1,64 @@ - - - diff --git a/docs/.vitepress/theme/components/price-estimator/Storage.vue b/docs/.vitepress/theme/components/price-estimator/StorageModal.vue similarity index 57% rename from docs/.vitepress/theme/components/price-estimator/Storage.vue rename to docs/.vitepress/theme/components/price-estimator/StorageModal.vue index 7b38d16e27e..d4953051867 100644 --- a/docs/.vitepress/theme/components/price-estimator/Storage.vue +++ b/docs/.vitepress/theme/components/price-estimator/StorageModal.vue @@ -1,50 +1,64 @@ -