From cb4cc5e0591e954b5f8228744361fbfb644a839e Mon Sep 17 00:00:00 2001 From: dusk Date: Sun, 27 Jul 2025 14:46:04 +0300 Subject: [PATCH] appview: layouts/topbar: add repositories item pointing to logged in user's repos in the dropdown menu Signed-off-by: dusk --- appview/pages/templates/layouts/topbar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/appview/pages/templates/layouts/topbar.html b/appview/pages/templates/layouts/topbar.html index cbc1fcea..34e6be8e 100644 --- a/appview/pages/templates/layouts/topbar.html +++ b/appview/pages/templates/layouts/topbar.html @@ -45,6 +45,7 @@ class="absolute flex flex-col right-0 mt-4 p-4 rounded w-48 bg-white dark:bg-gray-800 dark:text-white border border-gray-200 dark:border-gray-700" > profile + repositories knots spindles settings -- 2.51.2