inter-hub-haskell/Web
tegwick 61dfe126e8 feat(ui): nav spacing + conditional sign-in/sign-out
Split public links (About, Tutorial, Extend) and auth into two groups
with 2rem gap between them and the separator. Uses inline style gap
to avoid Tailwind CSS bundle gaps.

Auth link is now session-aware: shows "Sign out" (POST form with
DELETE override) when logged in, "Sign in" (href to NewSessionAction)
when not. Implemented via currentUserOrNothing @User in the layout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 01:20:45 +02:00
..
Controller fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
Job fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
View fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
FrontController.hs feat(ui): nav spacing + conditional sign-in/sign-out 2026-05-03 01:20:45 +02:00
Routes.hs fix(routes): root path "/" now routes to LandingAction 2026-04-29 13:49:23 +02:00
Types.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00