feat: add gallery page with image and video details, including upload and generation status

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 16:13:09 +02:00
parent d4421616e5
commit 951a653dc9
8 changed files with 477 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@
<div class="nav-links">
{% if session.get('access_token') %}
<a href="{{ url_for('dashboard') }}">Dashboard</a>
<a href="{{ url_for('gallery') }}">Gallery</a>
<a href="{{ url_for('generate_text') }}">Generate Text</a>
<a href="{{ url_for('generate_image') }}">Generate Image</a>