Initial commit: LinkVault – KI-gestützte Link-Sammlung
FastAPI + HTMX Web-App zum Speichern von Links mit automatischer KI-Kategorisierung, Zusammenfassung und semantischer Suche (OpenAI). Mehrbenutzer mit Login, SQLite-Persistenz, Docker/Docker-Compose-Setup. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
9
app/templates/_links_list.html
Normal file
9
app/templates/_links_list.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% if links %}
|
||||
{% for link in links %}
|
||||
{% include "_link_card.html" %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div id="empty-state" class="panel" style="text-align:center; color:var(--muted); padding:40px;">
|
||||
Noch keine Links gefunden. Füge oben deinen ersten Link hinzu.
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user