refactor(ui): consolidate Dashboard to link to projects overview

Replace separate Dashboard and Projects Overview nav items with a single
Dashboard item that links to /overview. Update all logo click handlers
to navigate to /overview for consistency.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Stefan de Vogelaere
2026-01-23 02:13:44 +01:00
parent 53ad78dfc8
commit ea34f304cb
5 changed files with 6 additions and 72 deletions

View File

@@ -175,12 +175,12 @@ export function useNavigation({
}
const sections: NavSection[] = [
// Dashboard - standalone at top
// Dashboard - standalone at top (links to projects overview)
{
label: '',
items: [
{
id: 'dashboard',
id: 'overview',
label: 'Dashboard',
icon: Home,
},