"feat: Implement guest request overview page"

This commit is contained in:
2025-05-29 11:34:45 +02:00
parent 4e4d89b6aa
commit cc631bdcaf
5 changed files with 914 additions and 58 deletions

View File

@@ -260,6 +260,13 @@
</svg>
<span>Neuer Auftrag</span>
</a>
<a href="{{ url_for('guest.guest_requests_overview') }}"
class="btn-secondary flex items-center gap-2">
<svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
<span>Anträge Übersicht</span>
</a>
</div>
</div>
</div>