feat(app): organisation settings page with tags & registration field templates

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 23:02:07 +02:00
parent 1172c41d33
commit 1c0ac488b0
8 changed files with 1368 additions and 0 deletions

View File

@@ -29,4 +29,9 @@ export default [
to: { name: 'organisation-companies' },
icon: { icon: 'tabler-building' },
},
{
title: 'Instellingen',
to: { name: 'organisation-settings' },
icon: { icon: 'tabler-settings' },
},
]