feat: Add Flexible Generation navigation button to AssetsView and ImageToPromptView.

This commit is contained in:
xds
2026-02-07 14:44:22 +03:00
parent 9f0805bba5
commit 7f8ce19cb1
2 changed files with 10 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ const handleLogout = () => {
@click="router.push('/generation')" v-tooltip.right="'Image Generation'">
<span class="text-2xl">🎨</span>
</div>
<!-- Flexible Generation -->
<div class="w-12 h-12 flex items-center justify-center rounded-xl cursor-pointer transition-all duration-300 text-slate-400 hover:bg-white/10 hover:text-slate-50"
@click="router.push('/flexible-generation')" v-tooltip.right="'Flexible Generation'">
<span class="text-2xl">🖌</span>
</div>
<div class="w-12 h-12 flex items-center justify-center rounded-xl cursor-pointer transition-all duration-300 text-slate-400 hover:bg-white/10 hover:text-slate-50"
@click="router.push('/characters')" v-tooltip.right="'Characters'">
<span class="text-2xl">👥</span>