UPD: UI Animations
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<ConfigSection title="Key Light" :icon-component="Lightbulb">
|
||||
<ConfigSection title="Key Colors" :icon-component="Palette">
|
||||
<PaletteInput v-model="keyColors" />
|
||||
</ConfigSection>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Lightbulb } from 'lucide-vue-next'
|
||||
import { Palette } from 'lucide-vue-next'
|
||||
import ConfigSection from '@/components/common/ConfigSection.vue'
|
||||
import PaletteInput from '@/components/common/PaletteInput.vue'
|
||||
import Color from 'color'
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<ConfigSection title="Key Mapping" :icon-component="Keyboard">
|
||||
<ConfigSection title="Key Mapping" :icon-component="PlusSquare">
|
||||
<WIP />
|
||||
</ConfigSection>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Keyboard } from 'lucide-vue-next'
|
||||
import { PlusSquare } from 'lucide-vue-next'
|
||||
import ConfigSection from '@/components/common/ConfigSection.vue'
|
||||
import WIP from '@/components/WIP.vue'
|
||||
</script>
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<ConfigSection title="Ring Light" :icon-component="Lightbulb">
|
||||
<ConfigSection title="Ring Colors" :icon-component="Palette">
|
||||
<PaletteInput v-model="ringColors" />
|
||||
</ConfigSection>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Lightbulb } from 'lucide-vue-next'
|
||||
import { Palette } from 'lucide-vue-next'
|
||||
import ConfigSection from '@/components/common/ConfigSection.vue'
|
||||
import PaletteInput from '@/components/common/PaletteInput.vue'
|
||||
import Color from 'color'
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<ConfigSection title="Knob Mapping" :icon-component="GaugeCircle">
|
||||
<ConfigSection title="Knob Mapping" :icon-component="PlusCircle">
|
||||
<WIP />
|
||||
</ConfigSection>
|
||||
</template>
|
||||
<script setup>
|
||||
import { GaugeCircle } from 'lucide-vue-next'
|
||||
import { PlusCircle } from 'lucide-vue-next'
|
||||
import ConfigSection from '@/components/common/ConfigSection.vue'
|
||||
import WIP from '@/components/WIP.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user