Better ui tag system

This commit is contained in:
Djeex
2025-08-16 13:14:04 +02:00
parent 041db66b3d
commit 142c042b86
4 changed files with 273 additions and 22 deletions

View File

@ -8,8 +8,9 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style/style.css') }}">
</head>
<body>
<!-- Toast container for notifications -->
<div id="toast-container"></div>
<h1>Photo WebUI</h1>
<!-- Toolbar with refresh and save buttons -->
<div class="toolbar">
<button onclick="refreshGallery()">🔄 Refresh Gallery</button>