fix: align collapse toggle with sidebar AppLauncher row (Dokploy-style)

This commit is contained in:
Usman Baig
2026-03-25 16:39:53 +01:00
parent 540c0b51ca
commit 953d828cd9
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ import { listSites, type Site } from '@/lib/api/sites'
import { useAuth } from '@/lib/auth/context'
import { useSettingsModal } from '@/lib/settings-modal-context'
import { useSidebar } from '@/lib/sidebar-context'
import { SidebarSimple } from '@phosphor-icons/react'
// `,` shortcut handled globally by UnifiedSettingsModal
import { getUserOrganizations, switchContext, type OrganizationMember } from '@/lib/api/organization'
import { setSessionAction } from '@/app/actions/auth'