From c1bacb5ee97a9e286d530aa48d4995ff5ddb6731 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Wed, 15 Apr 2026 01:08:31 +0200 Subject: [PATCH] refactor: show organisation slug after name in header Display the organisation slug in small muted text directly after the organisation name on both the organizer page (/organisation) and the platform admin detail page (/platform/organisations/[id]). Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/app/src/pages/organisation/index.vue | 1 + apps/app/src/pages/platform/organisations/[id].vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/app/src/pages/organisation/index.vue b/apps/app/src/pages/organisation/index.vue index 7c7f4923..da47cf0d 100644 --- a/apps/app/src/pages/organisation/index.vue +++ b/apps/app/src/pages/organisation/index.vue @@ -225,6 +225,7 @@ function confirmRevokeInvitation() {

{{ organisation.name }} + {{ organisation.slug }}

{{ org.name }} + {{ org.slug }}

- {{ org.slug }} - · Aangemaakt op {{ formatDate(org.created_at) }} + Aangemaakt op {{ formatDate(org.created_at) }} · Gewijzigd op {{ formatDate(org.updated_at) }}