feat: move organisation members to sidebar, drop tabs on org page

Made-with: Cursor
This commit is contained in:
2026-04-15 22:31:21 +02:00
parent c62f377668
commit 9f19c9ed37
3 changed files with 98 additions and 562 deletions

View File

@@ -17,6 +17,11 @@ export const orgNavItems = [
to: { name: 'organisation' },
icon: { icon: 'tabler-building' },
},
{
title: 'Leden',
to: { name: 'organisation-members' },
icon: { icon: 'tabler-users' },
},
{
title: 'Bedrijven',
to: { name: 'organisation-companies' },