This commit is contained in:
retoor 2025-08-28 20:32:35 +02:00
parent 33b26ee59d
commit aaae2baf34
2 changed files with 1 additions and 1845 deletions

1845
main.py

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,7 @@
<a href="/">Feed</a>
<a href="/search">Search</a>
{% if current_user %}
<a href="/chat">Chat</a>
<span>
<a href="/profile/{{ current_user.id }}">Profile</a>
<a href="/notifications">Notifications {% if notif_count > 0 %}<span style="color: var(--error);">({{ notif_count }})</span>{% endif %}</a>