From bd49ee38926dd7f05970ed4d4ceb68bedce21567 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 4 Feb 2026 00:03:10 -0300 Subject: [PATCH] Add logged-out navigation menu component - Simplified menu showing only Sign in button - Uses HTMX for authentication redirect - Follows existing UI component patterns - Responsive design with CSS variables --- ui/suite/partials/navigation_menu.html | 63 ++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 ui/suite/partials/navigation_menu.html diff --git a/ui/suite/partials/navigation_menu.html b/ui/suite/partials/navigation_menu.html new file mode 100644 index 0000000..505da40 --- /dev/null +++ b/ui/suite/partials/navigation_menu.html @@ -0,0 +1,63 @@ + + + \ No newline at end of file