diff --git a/src/components/EditMenu.vue b/src/components/EditMenu.vue index 628d49cc9..7b3a47b9b 100644 --- a/src/components/EditMenu.vue +++ b/src/components/EditMenu.vue @@ -18,7 +18,7 @@ alt="current-vehicle" class="ml-2 my-1 p-1 mr-2 2xl:w-[60px] xl:w-[50px] w-[40px] aspect-square" /> -
+
{ store.loadProfile(profile) toggleDial() - isPanelExpanded = false + isViewsPanelExpanded = false } " > @@ -156,7 +156,7 @@ > @@ -168,7 +168,7 @@ size="sm" :class="view === store.currentView ? 'bg-[#3B78A8]' : 'bg-transparent'" class="wrapclass 2xl:w-[129px] xl:w-[108px] lg:w-[84px] 2xl:h-[85px] xl:h-[75px] lg:h-[65px] 2xl:text-[16px] xl:text-[14px] text-[11px] text-none overflow-x-hidden" - @click="store.selectView(view)" + @click="selectView(view)" > {{ view.name }} @@ -186,7 +186,7 @@ :key="forceUpdate" ref="content" class="bg-[#041e2e99]" - :class="['content-expand-collapse', { expanding: isPanelExpanded, collapsing: !isPanelExpanded }]" + :class="['content-expand-collapse', { expanding: isViewsPanelExpanded, collapsing: !isViewsPanelExpanded }]" >
@@ -231,7 +231,7 @@

- Widgets on {{ store.currentView.name }} + Widgets in {{ store.currentView.name }}

@@ -444,7 +444,7 @@

Widget type:

@@ -453,38 +453,32 @@ theme="dark" variant="filled" density="compact" - :items="['Regular widgets', 'Mini widgets']" - class="bg-[#27384255] mt-1 2xl:scale-100 scale-[80%]" + :items="['Regular', 'Mini']" + class="bg-[#27384255] 2xl:scale-100 scale-[80%]" hide-details @change="widgetMode = $event" />
-
-
+
+
To be placed on the main view area
-
- Click to add +
+ (Click on card to add)
-
+
To be placed on the top and bottom bars
-
- Drag in place to add +
+ (Drag card in place to add)
+
+ +