From b1ef81077e375f61feae45229f01f1273d79390c Mon Sep 17 00:00:00 2001 From: ZDDC Date: Thu, 21 May 2026 17:10:23 -0500 Subject: [PATCH] chore(embedded): cut v0.0.22-beta --- zddc/internal/apps/embedded/archive.html | 2 +- zddc/internal/apps/embedded/browse.html | 74 +++++++------------- zddc/internal/apps/embedded/classifier.html | 14 ++-- zddc/internal/apps/embedded/index.html | 2 +- zddc/internal/apps/embedded/transmittal.html | 2 +- zddc/internal/apps/embedded/versions.txt | 14 ++-- zddc/internal/handler/tables.html | 71 ++++++++++++++++++- 7 files changed, 110 insertions(+), 69 deletions(-) diff --git a/zddc/internal/apps/embedded/archive.html b/zddc/internal/apps/embedded/archive.html index 4961e6b..6bca102 100644 --- a/zddc/internal/apps/embedded/archive.html +++ b/zddc/internal/apps/embedded/archive.html @@ -2582,7 +2582,7 @@ td[data-field="trackingNumber"] {
ZDDC Archive - v0.0.22-beta · 2026-05-21 16:29:59 · 90a3102 + v0.0.22-beta · 2026-05-21 22:10:16 · 86d6673
diff --git a/zddc/internal/apps/embedded/browse.html b/zddc/internal/apps/embedded/browse.html index ba9e552..d120d58 100644 --- a/zddc/internal/apps/embedded/browse.html +++ b/zddc/internal/apps/embedded/browse.html @@ -1224,21 +1224,6 @@ body { /* .hidden lives in shared/base.css; no per-tool override needed. */ -/* Status bar — shows transient errors/info */ -.status-bar { - padding: 0.4rem 1rem; - background: var(--bg-secondary); - border-top: 1px solid var(--border); - font-size: 0.85rem; - color: var(--text-muted); - min-height: 1.6rem; - line-height: 1.6rem; - flex-shrink: 0; -} - -.status-bar--error { color: #b00020; } -.status-bar--info { color: var(--primary); } - /* Read-only banner for the YAML editor — surfaced by preview-yaml.js when the listing's `writable` bit was false. CodeMirror's readOnly mode has no built-in visual signal beyond the disabled caret, so a @@ -1502,6 +1487,11 @@ body { .preview-pane__body { flex: 1; + min-height: 0; /* critical: lets the flex child shrink to fit + the viewport instead of growing to its + content's natural size (which clips the + YAML editor's bottom when there are many + lines, even with the editor's own scroll) */ overflow: auto; display: flex; flex-direction: column; @@ -1833,21 +1823,6 @@ body { color: var(--text-muted); } -/* ── Status bar ──────────────────────────────────────────────────────────── */ - -.status-bar { - padding: 0.4rem 1rem; - background: var(--bg-secondary); - border-top: 1px solid var(--border); - font-size: 0.8rem; - color: var(--text-muted); - min-height: 1.6rem; - flex-shrink: 0; -} - -.status-bar.is-error { color: var(--danger); } -.status-bar.is-info { color: var(--text); } - /* ── Markdown plugin (right-pane internals when a .md is selected) ──────── */ /* CSS-Grid shell mirroring mdedit's layout: sidebar on the LEFT (front matter top + TOC bottom), content on the RIGHT (informational @@ -2369,7 +2344,7 @@ body {
ZDDC Browse - v0.0.22-beta · 2026-05-21 16:30:00 · 90a3102 + v0.0.22-beta · 2026-05-21 22:10:16 · 86d6673
@@ -2445,8 +2420,6 @@ body { -
-