Add files for christmas theme, theme handler, feedback revamp and cattpuccin theme

This commit is contained in:
Samidy 2025-12-05 18:07:32 +03:00 committed by GitHub
parent c3cea020b3
commit 12d6af83cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1655 additions and 127 deletions

View file

@ -1,6 +1,7 @@
<script setup lang="ts">
import Field from './CardField.vue'
import ColorPicker from './ColorPicker.vue'
import ThemeSelector from './ThemeSelector.vue'
import InputField from './InputField.vue'
import ToggleStarred from './ToggleStarred.vue'
</script>
@ -26,6 +27,12 @@ import ToggleStarred from './ToggleStarred.vue'
</template>
</InputField>
<ColorPicker />
<div class="mt-4">
<ColorPicker />
</div>
<div class="mt-6 pt-6 border-t border-$vp-c-divider">
<ThemeSelector />
</div>
</div>
</template>
</template>