feat: Implement multiple image generation and enhance image preview with navigation and grouping.

This commit is contained in:
xds
2026-02-13 11:18:37 +03:00
parent 0406b175e9
commit 3910c79848
2 changed files with 319 additions and 111 deletions

View File

@@ -72,10 +72,9 @@ const navItems = computed(() => {
const items = [
{ path: '/', icon: '🏠', tooltip: 'Home' },
{ path: '/projects', icon: '📂', tooltip: 'Projects' },
{ path: '/flexible', icon: '🖌️', tooltip: 'Flexible Generation' },
{ path: '/flexible', icon: '🖌️', tooltip: 'Flexible' },
{ path: '/albums', icon: '🖼️', tooltip: 'Library' },
{ path: '/characters', icon: '👥', tooltip: 'Characters' },
{ path: '/image-to-prompt', icon: '✨', tooltip: 'Image to Prompt' }
{ path: '/characters', icon: '👥', tooltip: 'Characters' }
]
if (authStore.isAdmin()) {