From cdc7d50613e72445eefdf2439a84c3c8e5a4ddff Mon Sep 17 00:00:00 2001 From: Alvin Sebastian Date: Tue, 21 May 2024 00:46:31 +0000 Subject: [PATCH] Improve Mode selection UI --- src/app/components/Welcome.vue | 101 +++++++++++++---------------- src/app/views/CrateoView.vue | 96 +++++++++++++-------------- src/lib/components/CrateEditor.vue | 2 +- src/lib/components/Property.vue | 11 ++-- 4 files changed, 98 insertions(+), 112 deletions(-) diff --git a/src/app/components/Welcome.vue b/src/app/components/Welcome.vue index 3162bad..7f0e896 100644 --- a/src/app/components/Welcome.vue +++ b/src/app/components/Welcome.vue @@ -5,59 +5,50 @@ import { ElRow, ElCol } from 'element-plus'; //TODO: Insert code that will load the readme markdown into here as html \ No newline at end of file diff --git a/src/app/views/CrateoView.vue b/src/app/views/CrateoView.vue index fa7147a..3e91ce4 100644 --- a/src/app/views/CrateoView.vue +++ b/src/app/views/CrateoView.vue @@ -1,13 +1,15 @@ @@ -337,39 +339,33 @@ const activeNames = ref(['1']); ﹖ Help - - - - - - -

Load and add a new mode from your computer ...

-
- -
-

{{ profile.metadata.name }}

-

{{ profile.metadata.description }}

-
-
-
-
+ + + + + + + - - - - Selected Directory: {{ data.dirHandle.name - }} - - + + Selected Directory: {{ data.dirHandle.name }}