diff --git a/src/App.vue b/src/App.vue index 84b4104..ec1f3f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,18 +14,41 @@ store.fetchProfiles()
-
- +
+ + +
-
- +
+ + +
- \ No newline at end of file + + \ No newline at end of file diff --git a/src/components/config/keys/KeyMappingConfig.vue b/src/components/config/keys/KeyMappingConfig.vue new file mode 100644 index 0000000..e402ed3 --- /dev/null +++ b/src/components/config/keys/KeyMappingConfig.vue @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/src/components/config/knob/KnobMappingConfig.vue b/src/components/config/knob/KnobMappingConfig.vue new file mode 100644 index 0000000..9ac92f4 --- /dev/null +++ b/src/components/config/knob/KnobMappingConfig.vue @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index 215c0fe..93808a2 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -3,22 +3,27 @@
-
-

Nano_D++

-
- Firmware: - + +
+

Nano_D++

+
+ Firmware: + +
-
- + + + + +
+ class="absolute flex flex-col items-center text-center pb-2 mix-blend-screen"> midi-logo

{{ parseInt(value) }}

HIGH PASS
@@ -44,11 +49,13 @@ :class="{'outline outline-white': store.selectedFeature==='knob', 'hover:outline outline-zinc-400': store.selectedFeature!=='knob'}" @click="store.selectConfigFeature('knob')" /> - + + +
@@ -94,6 +101,7 @@ const offlineTexts = [ let offlineTextIndex = 0 const nextOfflineText = () => { + console.log('nextOfflineText', offlineText.value) if (offlineText.value === '') { offlineText.value = offlineTexts[offlineTextIndex] offlineTextIndex = (offlineTextIndex + 1) % offlineTexts.length @@ -107,4 +115,22 @@ const nextOfflineText = () => { onMounted(() => { animateValue() }) - \ No newline at end of file + + \ No newline at end of file diff --git a/src/components/profile/ProfileManager.vue b/src/components/profile/ProfileManager.vue index ffb8889..6e98882 100644 --- a/src/components/profile/ProfileManager.vue +++ b/src/components/profile/ProfileManager.vue @@ -3,41 +3,26 @@
- - -
- -
-
-
- - - + + +
@@ -45,7 +30,7 @@
-
+