mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 21:30:59 +00:00
style(web): show Models above API Integration in main sidebar footer
This commit is contained in:
@@ -1883,19 +1883,6 @@ export default function HomeSidebar({
|
|||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<SidebarFooter>
|
<SidebarFooter>
|
||||||
{/* API Integration entry */}
|
|
||||||
<SidebarMenu>
|
|
||||||
<SidebarMenuItem>
|
|
||||||
<SidebarMenuButton
|
|
||||||
onClick={() => openSettings('apiIntegration')}
|
|
||||||
tooltip={t('common.apiIntegration')}
|
|
||||||
>
|
|
||||||
<KeyRound className="size-4 text-blue-500" />
|
|
||||||
<span>{t('common.apiIntegration')}</span>
|
|
||||||
</SidebarMenuButton>
|
|
||||||
</SidebarMenuItem>
|
|
||||||
</SidebarMenu>
|
|
||||||
|
|
||||||
{/* Models entry */}
|
{/* Models entry */}
|
||||||
<SidebarMenu>
|
<SidebarMenu>
|
||||||
<SidebarMenuItem>
|
<SidebarMenuItem>
|
||||||
@@ -1909,6 +1896,19 @@ export default function HomeSidebar({
|
|||||||
</SidebarMenuItem>
|
</SidebarMenuItem>
|
||||||
</SidebarMenu>
|
</SidebarMenu>
|
||||||
|
|
||||||
|
{/* API Integration entry */}
|
||||||
|
<SidebarMenu>
|
||||||
|
<SidebarMenuItem>
|
||||||
|
<SidebarMenuButton
|
||||||
|
onClick={() => openSettings('apiIntegration')}
|
||||||
|
tooltip={t('common.apiIntegration')}
|
||||||
|
>
|
||||||
|
<KeyRound className="size-4 text-blue-500" />
|
||||||
|
<span>{t('common.apiIntegration')}</span>
|
||||||
|
</SidebarMenuButton>
|
||||||
|
</SidebarMenuItem>
|
||||||
|
</SidebarMenu>
|
||||||
|
|
||||||
{/* User menu using sidebar-07 nav-user DropdownMenu pattern */}
|
{/* User menu using sidebar-07 nav-user DropdownMenu pattern */}
|
||||||
<SidebarMenu>
|
<SidebarMenu>
|
||||||
<SidebarMenuItem>
|
<SidebarMenuItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user