diff --git a/appview/pages/templates/layouts/fragments/topbar.html b/appview/pages/templates/layouts/fragments/topbar.html index bc4928aa..026c7f19 100644 --- a/appview/pages/templates/layouts/fragments/topbar.html +++ b/appview/pages/templates/layouts/fragments/topbar.html @@ -53,52 +53,59 @@ /> -
+
{{ $active := .Active.Did }} - -
-
- -
-

{{ $active | resolve }}

-

active

-
-
-
+ {{ $linkStyle := "flex items-center gap-3 px-4 py-2 hover:no-underline hover:bg-gray-50 hover:dark:bg-gray-700/50" }} {{ $others := .Accounts | otherAccounts $active }} {{ if $others }} -
-

Switch Account

- {{ range $others }} +
switch account
+ {{ range $others }} - {{ end }} -
+ {{ end }} {{ end }} - - {{ i "plus" "w-4 h-4 flex-shrink-0" }} - Add another account + +
+ {{ i "plus" "size-3" }} +
+ +
+ add account +
-