Merge pull request 'ideas' (#2) from ideas into main

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-02-16 13:57:23 +00:00
10 changed files with 1783 additions and 105 deletions

View File

@@ -1052,7 +1052,12 @@ const confirmAddToAlbum = async () => {
<div v-if="selectedCharacter"
class="flex items-center gap-2 mt-2 px-1 animate-in fade-in slide-in-from-top-1">
<Checkbox v-model="useProfileImage" :binary="true" inputId="use-profile-img" />
<Checkbox v-model="useProfileImage" :binary="true" inputId="use-profile-img"
class="!border-white/20" :pt="{
box: ({ props, state }) => ({
class: ['!bg-slate-800 !border-white/20', { '!bg-violet-600 !border-violet-600': props.modelValue }]
})
}" />
<label for="use-profile-img"
class="text-xs text-slate-300 cursor-pointer select-none">Use
Character