mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add emoji theme picker
This commit is contained in:
parent
ac4acd31cb
commit
6b6d1d44d2
13 changed files with 132 additions and 21 deletions
|
|
@ -10,11 +10,11 @@
|
|||
SettingPages.Appearance,
|
||||
)) as SettingIds[])" :key="id" />
|
||||
</template>
|
||||
<template #advanced>
|
||||
<!-- <template #advanced>
|
||||
<Renderer :id="id" v-for="id of (Object.keys(getSettingsForPage(
|
||||
SettingPages.Advanced,
|
||||
)) as SettingIds[])" :key="id" />
|
||||
</template>
|
||||
</template> -->
|
||||
<template #account>
|
||||
<ProfileEditor />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue