From b7b1eae36b751c3a9d9cb2a60e6b032402d1937f Mon Sep 17 00:00:00 2001 From: drepkovsky Date: Sun, 14 Jun 2026 21:19:22 +0200 Subject: [PATCH] Place share controls inline next to Open in the wireframe header The design detail's Share button (and, once shared, its full controls) now sit beside Open in a wrapping header actions row, instead of a separate block below. Idle shows Open + Share side by side; the shared state lays out Open + SHARED/link/Copy/Re-share/Unshare on one row, wrapping cleanly at narrow widths. --- src/web/app.js | 6 ++++-- src/web/styles.css | 14 +++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/web/app.js b/src/web/app.js index 280da80..a502db9 100644 --- a/src/web/app.js +++ b/src/web/app.js @@ -777,9 +777,11 @@ function WireframesTab({ items, selId, setSelId, current }) {

${selected.meta.title}

${selected.meta.id} · ${selected.meta.entry} · updated ${fmtDate(selected.meta.updated)}
- Open +
+ Open + <${ShareButton} key=${selected.meta.id} kind="design" id=${selected.meta.id} current=${current} shared=${selected.shared} /> +
-
<${ShareButton} key=${selected.meta.id} kind="design" id=${selected.meta.id} current=${current} shared=${selected.shared} />