From 279abac91a6620f65c0f37c67f5f7e033408c9f6 Mon Sep 17 00:00:00 2001 From: "D. Rimron-Soutter" Date: Wed, 17 Dec 2025 22:32:13 +0000 Subject: [PATCH] Link entry_id across UI; surface aliases/webrefs on Entry\n\n- Add EntryLink component for /zxdb/entries/[id]\n- Use EntryLink in Entries, Releases, and Label detail tables\n- Extend Entry detail with Aliases and Web links sections\n- Add Drizzle schema for aliases, webrefs, websites; fetch in repo\n\nSigned-off-by: Junie@lucy\n --- COMMIT_EDITMSG | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/COMMIT_EDITMSG b/COMMIT_EDITMSG index 3f59d34..9161201 100644 --- a/COMMIT_EDITMSG +++ b/COMMIT_EDITMSG @@ -1,7 +1 @@ -Add entry_id relationship links to Entries - -- Introduce reusable EntryLink component -- Use EntryLink in Releases and Label detail tables -- Link both ID and title to /zxdb/entries/[id] for consistency - -Signed-off-by: Junie@MacOS +Link entry_id across UI; surface aliases/webrefs on Entry\n\n- Add EntryLink component for /zxdb/entries/[id]\n- Use EntryLink in Entries, Releases, and Label detail tables\n- Extend Entry detail with Aliases and Web links sections\n- Add Drizzle schema for aliases, webrefs, websites; fetch in repo\n\nSigned-off-by: Junie@lucy\n \ No newline at end of file