From ec79c5502cf4e7920e5c6bed6c47667593acfc88 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Sat, 2 May 2026 23:24:02 +0200 Subject: [PATCH] Fix auth flash and add logout/handle to nav --- src/layouts/Base.astro | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 329a5df..e3936b7 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -115,11 +115,13 @@ const { title = 'BincioWiki', description = 'La memoria collettiva del gruppo Bi * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; overflow-x: hidden; } + [data-auth-pending] { visibility: hidden; }