Skip to content

Commit 9ac394b

Browse files
committed
Dev environment - Update testing arena
1 parent 42c889f commit 9ac394b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+252
-147
lines changed

TestingArena/ArenaVueUi3dBar.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,12 @@ const themeOptions = ref([
154154
"hack",
155155
"zen",
156156
"concrete",
157-
"default"
157+
"default",
158+
"celebration",
159+
"celebrationNight"
158160
])
159161
160-
const currentTheme = ref(themeOptions.value[4])
162+
const currentTheme = ref(themeOptions.value[6])
161163
162164
const config = computed(() => {
163165
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiAgePyramid.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,12 @@ const themeOptions = ref([
136136
"hack",
137137
"zen",
138138
"concrete",
139-
"default"
139+
"default",
140+
"celebration",
141+
"celebrationNight"
140142
])
141143
142-
const currentTheme = ref(themeOptions.value[4])
144+
const currentTheme = ref(themeOptions.value[6])
143145
144146
const config = computed(() => {
145147
const c = convertArrayToObject(model.value)

TestingArena/ArenaVueUiBullet.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ const themeOptions = ref([
106106
"hack",
107107
"zen",
108108
"concrete",
109-
"default"
109+
"default",
110+
"celebration",
111+
"celebrationNight"
110112
])
111113
112-
const currentTheme = ref(themeOptions.value[4])
114+
const currentTheme = ref(themeOptions.value[6])
113115
114116
const config = computed(() => {
115117
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,12 @@ const themeOptions = ref([
171171
"hack",
172172
"zen",
173173
"concrete",
174-
"default"
174+
"default",
175+
"celebration",
176+
"celebrationNight"
175177
])
176178
177-
const currentTheme = ref(themeOptions.value[4])
179+
const currentTheme = ref(themeOptions.value[6])
178180
179181
const config = computed(() => {
180182
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiChestnut.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,12 @@ const themeOptions = ref([
405405
"hack",
406406
"zen",
407407
"concrete",
408-
"default"
408+
"default",
409+
"celebration",
410+
"celebrationNight"
409411
])
410412
411-
const currentTheme = ref(themeOptions.value[4])
413+
const currentTheme = ref(themeOptions.value[6])
412414
413415
const config = computed(() => {
414416
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiDonut.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,12 @@ const themeOptions = ref([
199199
"hack",
200200
"zen",
201201
"concrete",
202-
"default"
202+
"default",
203+
"celebration",
204+
"celebrationNight"
203205
])
204206
205-
const currentTheme = ref(themeOptions.value[4])
207+
const currentTheme = ref(themeOptions.value[6])
206208
207209
const config = computed(() => {
208210
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiDonutEvolution.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ const themeOptions = ref([
120120
"hack",
121121
"zen",
122122
"concrete",
123-
"default"
123+
"default",
124+
"celebration",
125+
"celebrationNight"
124126
])
125127
126-
const currentTheme = ref(themeOptions.value[4])
128+
const currentTheme = ref(themeOptions.value[6])
127129
128130
const config = computed(() => {
129131
const c = convertArrayToObject(model.value)

TestingArena/ArenaVueUiDumbbell.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ const themeOptions = ref([
133133
"hack",
134134
"zen",
135135
"concrete",
136-
"default"
136+
"default",
137+
"celebration",
138+
"celebrationNight"
137139
])
138140
139-
const currentTheme = ref(themeOptions.value[4])
141+
const currentTheme = ref(themeOptions.value[6])
140142
141143
const config = computed(() => {
142144
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiFlow.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ const themeOptions = ref([
6969
"hack",
7070
"zen",
7171
"concrete",
72-
"default"
72+
"default",
73+
"celebration",
74+
"celebrationNight"
7375
])
7476
75-
const currentTheme = ref(themeOptions.value[4])
77+
const currentTheme = ref(themeOptions.value[6])
7678
7779
const config = computed(() => {
7880
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiFunnel.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ const themeOptions = ref([
105105
"hack",
106106
"zen",
107107
"concrete",
108-
"default"
108+
"default",
109+
"celebration",
110+
"celebrationNight"
109111
])
110112
111-
const currentTheme = ref(themeOptions.value[4])
113+
const currentTheme = ref(themeOptions.value[6])
112114
113115
const config = computed(() => {
114116
const c = convertArrayToObject(model.value);

0 commit comments

Comments
 (0)