From 78489308b8879540cf8f41bf2707d915b4f765ae Mon Sep 17 00:00:00 2001
From: Bryan Van Deusen
Date: Thu, 30 Jul 2026 17:17:59 -0400
Subject: [PATCH] feat(design-systems): link /design to its editable half
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The two pages are halves of one surface — what the browser renders and the
record that should decide it — and only one direction was linked. Missed in
0937b17 because the patch that added it silently didn't apply; the commit went
out without it.
---
frontend/src/views/DesignView.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/frontend/src/views/DesignView.vue b/frontend/src/views/DesignView.vue
index 0e86b8d..5d137f4 100644
--- a/frontend/src/views/DesignView.vue
+++ b/frontend/src/views/DesignView.vue
@@ -110,6 +110,11 @@ const TYPE_SPECIMENS = [
the system has no shared implementation, it is marked missing rather
than mocked up.
+
+ For the other half — the design system as a record you can edit, with
+ family → app inheritance — see
+ design systems.
+