Files
linkvault/app/templates/base.html
Erik Thiele d4d43ed5d9 Fix loading-spinner spacing and add logo to header brand
The "Hinzufügen" buttons reserved layout space for their loading
spinner even when idle, since .htmx-indicator only toggled opacity
(not display), leaving a visible gap before the centered text. Switch
to display:none/inline-flex so the spinner takes no space until an
htmx request is in flight, and drop the static plus icon next to
"Hinzufügen" so the idle button just shows centered text with the
spinner appearing in its place while loading.

Also adds the favicon as a small logo image in front of "LinkVault"
in the shared topbar.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-31 16:19:42 +02:00

17 KiB