feat: Redesign navigation menu like Close.com

- Inbox, Chancen (Pipeline), Leads, Kontakte, Firmen, Aktivitäten
- Konversationen, Workflows, Berichte (coming soon)
- Team & Einstellungen at bottom
- Expandable submenus for Leads and Workflows
- User profile at top of sidebar
- German labels
This commit is contained in:
FluxKit
2026-02-25 13:25:19 +00:00
parent 954a1f01d6
commit 7b0fd718b0
2 changed files with 140 additions and 86 deletions

View File

@@ -23,6 +23,11 @@ const routes = [
name: 'Inbox',
component: () => import('@/views/InboxView.vue')
},
{
path: 'leads',
name: 'Leads',
component: () => import('@/views/ContactsView.vue') // Uses contacts view for now
},
{
path: 'contacts',
name: 'Contacts',