From 4e45886647a47cd503b5e9ae2216834986b6b735 Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Tue, 16 Jun 2026 06:04:59 -0400 Subject: [PATCH] style(web): show Models above API Integration in main sidebar footer --- .../components/home-sidebar/HomeSidebar.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index d1f3acd7..d57e34d3 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -1883,19 +1883,6 @@ export default function HomeSidebar({ {/* Footer */} - {/* API Integration entry */} - - - openSettings('apiIntegration')} - tooltip={t('common.apiIntegration')} - > - - {t('common.apiIntegration')} - - - - {/* Models entry */} @@ -1909,6 +1896,19 @@ export default function HomeSidebar({ + {/* API Integration entry */} + + + openSettings('apiIntegration')} + tooltip={t('common.apiIntegration')} + > + + {t('common.apiIntegration')} + + + + {/* User menu using sidebar-07 nav-user DropdownMenu pattern */}