US-028: Change login username to a.recruiter and add connection status indicator

This commit is contained in:
2026-02-14 03:00:15 +00:00
parent 120d8a7a7b
commit a8c7d5b41d
2 changed files with 55 additions and 12 deletions
+2 -2
View File
@@ -61,9 +61,9 @@ export function DashboardLayout() {
setCommandPaletteOpen(false)
}, [])
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const handleSectionClick = useCallback((_sectionId: string) => {
// Section click is already handled in SubNav component
// This is just a placeholder for any additional logic needed
// SubNav handles scrolling internally
}, [])
// Global Ctrl+K listener to open command palette