Skip to content

Commit 47f1888

Browse files
committed
fix for conflict of this context (removed script setup tag and moved import for composables into regular script tag); styling tweaks; updated quasar config names to reference 6.0 instead of 5.0
1 parent 38bb7b6 commit 47f1888

File tree

9 files changed

+17
-28
lines changed

9 files changed

+17
-28
lines changed

quasar.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ module.exports = configure(function (ctx) {
155155
},
156156

157157
manifest: {
158-
name: `OverVue5.0`,
159-
short_name: `OverVue5.0`,
158+
name: `OverVue6.0`,
159+
short_name: `OverVue6.0`,
160160
description: `A Quasar Framework app`,
161161
display: "standalone",
162162
orientation: "portrait",

src/components/Canvas.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<template>
8-
<!-- the background canvas grid -->
8+
<!-- the background Canvas grid -->
99
<div
1010
class="component-display grid-bg"
1111
:style="mockBg"
@@ -111,7 +111,7 @@
111111
</q-dialog>
112112

113113
<!-- some irregularity (delete event listener firing on bkspc/del) with the modal when stored locally, so modal open stored in state, and triggers to local reflect only stateful change.-->
114-
<q-dialog v-model="noteModal" @update:model-value="this.handleAddNotes">
114+
<q-dialog v-model="noteModal" @update:model-value="handleAddNotes">
115115
<div class="noteBox">
116116
<div class="noteHolder">
117117
<p class="title">Adding notes to {{ this.activeComponent }}</p>
@@ -156,11 +156,9 @@
156156
</div>
157157
</template>
158158

159-
<script setup>
160-
import { useExportComponent } from "./composables/useExportComponent.js";
161-
</script>
162159

163160
<script>
161+
import { useExportComponent } from "./composables/useExportComponent.js";
164162
import { mapState, mapActions } from "vuex";
165163
import VueDraggableResizable from "vue-draggable-resizable/src/components/vue-draggable-resizable.vue";
166164
import VueMultiselect from "vue-multiselect";

src/components/left-sidebar/ComponentTab/CreateMenu.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ Description:
6060
</div>
6161
</template>
6262

63-
<script setup>
64-
import { useCreateComponent } from "../../composables/useCreateComponent.js";
65-
</script>
66-
6763
<script>
64+
import { useCreateComponent } from "../../composables/useCreateComponent.js";
6865
import Icons from "./Icons.vue";
6966
import ParentMultiselect from "./ParentMultiselect.vue";
7067
import ImportComponent from "./ImportComponent.vue"

src/components/left-sidebar/ComponentTab/ImportComponent.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
/>
99
</template>
1010

11-
<script setup>
12-
import { useCreateComponent } from "../../composables/useCreateComponent.js";
13-
</script>
1411

1512
<script>
1613
const { fs, ipcRenderer } = window;
14+
import { useCreateComponent } from "../../composables/useCreateComponent.js";
1715
import { mapState, mapActions } from "vuex";
1816
export default {
1917
props: ['title'],

src/components/left-sidebar/ComponentTab/UpdateMenu.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,9 @@ Description:
119119
</div>
120120
</template>
121121

122-
<script setup>
123-
import { useExportComponent } from "../../composables/useExportComponent.js";
124-
</script>
125122

126123
<script>
124+
import { useExportComponent } from "../../composables/useExportComponent.js";
127125
import { mapState, mapActions } from "vuex";
128126
import VueMultiselect from "vue-multiselect";
129127
import HTMLQueue from "../../right-sidebar/HTMLQueue.vue";

src/components/nav-buttons/ExportMenu.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ Description:
2222
</q-btn>
2323
</template>
2424

25-
<script setup>
26-
import { useExportComponent } from "../composables/useExportComponent.js";
27-
</script>
2825

2926
<script>
27+
import { useExportComponent } from "../composables/useExportComponent.js";
3028
import { mapState } from "vuex";
3129
const { fs, ipcRenderer } = window;
3230

src/components/right-sidebar/tutorial/AdvancedFunctions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
7878
.tut-screenshot {
7979
margin: 4px;
80-
border: 1px solid $menutext;
80+
border: 1px solid $primary;
8181
max-width: 300px;
8282
}
8383

src/components/right-sidebar/tutorial/BasicFunctions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default {
114114
115115
.tut-screenshot {
116116
margin: 4px;
117-
border: 1px solid $menutext;
117+
border: 1px solid $primary;
118118
max-width: 300px;
119119
}
120120

src/css/app.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ body {
66
color: $menutext;
77
}
88

9-
main {
10-
background: #5b6e6e;
11-
overflow: auto;
12-
}
9+
// main {
10+
// background: #5b6e6e;
11+
// overflow: auto;
12+
// }
1313

1414
.q-item__label {
1515
color: $menutext;
@@ -48,8 +48,8 @@ main {
4848
}
4949

5050
.deleteAction {
51-
background-color: rgba($negative, .2);
52-
color: $negative;
51+
background-color: rgba($negative, .2) !important;
52+
color: $negative !important;
5353
border: 1px solid $negative;
5454
}
5555

0 commit comments

Comments
 (0)