roundabout,
created on Saturday, 23 December 2023, 18:39:52 (1703356792),
received on Wednesday, 31 July 2024, 06:54:40 (1722408880)
Author identity: vlad <vlad.muntoiu@gmail.com>
09ce80936b54d1a5bc48054ff6a6d78f6f8b7daa
config.py
@@ -15,7 +15,7 @@ AUTH_REALM: str = "roundabout"
AVATAR_SIZE: tuple = (192, 192) HASHING_ROUNDS: int = 11 RESERVED_NAMES: tuple = ("git", "settings", "logout", "accounts", "info", "alerts", "notifications", "about", "newrepo", "favourites",)RESERVED_NAMES: tuple = ("git", "settings", "logout", "accounts", "info", "notifications", "about", "newrepo", "favourites",)suggestHTTPS: bool = True
templates/default.html
@@ -31,16 +31,11 @@
Create </x-hbox> </a> <a href="/notifications"><a href="/notifications" data-badge=""><x-hbox style="gap: 0.75ch;" class="box-center"> <iconify-icon icon="ic:baseline-inbox"></iconify-icon> </x-hbox> </a> <a href="/alerts"><x-hbox style="gap: 0.75ch;" class="box-center"><iconify-icon icon="ic:baseline-info"></iconify-icon></x-hbox></a><a href="/{{ loggedInUser }}"> <x-hbox style="gap: 0.75ch;" class="box-center"> <img src="/info/{{ loggedInUser }}/avatar" class="avatar" style="width: 1em; height: 1em;">