From 8774fff3e9dacb081dedecd73d3d65d7e400c0af Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Thu, 16 Apr 2026 22:06:02 +0200 Subject: [PATCH] refactor(settings): move Verzendlog under new Systeem subheader Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/app/src/pages/organisation/settings.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/app/src/pages/organisation/settings.vue b/apps/app/src/pages/organisation/settings.vue index ead4b082..62f3a050 100644 --- a/apps/app/src/pages/organisation/settings.vue +++ b/apps/app/src/pages/organisation/settings.vue @@ -47,7 +47,12 @@ const settingsGroups: SettingsGroup[] = [ items: [ { icon: 'tabler-palette', title: 'Opmaak & Branding', key: 'email-branding' }, { icon: 'tabler-template', title: 'Templates', key: 'email-templates' }, - { icon: 'tabler-mail-search', title: 'Verzendlog', key: 'email-log' }, + ], + }, + { + label: 'Systeem', + items: [ + { icon: 'tabler-mail-forward', title: 'Verzendlog', key: 'email-log' }, ], }, ]