From cf5d7c2ea6e914d59fb77229a71d590bfae00601 Mon Sep 17 00:00:00 2001 From: ZDDC Date: Sun, 10 May 2026 07:34:38 -0500 Subject: [PATCH] chore(embedded): cut v0.0.17-beta --- zddc/internal/apps/embedded/archive.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/browse.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/classifier.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/index.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/mdedit.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/transmittal.html | 107 ++++++++++++++++++- zddc/internal/apps/embedded/versions.txt | 16 +-- zddc/internal/handler/tables.html | 2 +- 8 files changed, 645 insertions(+), 15 deletions(-) diff --git a/zddc/internal/apps/embedded/archive.html b/zddc/internal/apps/embedded/archive.html index 9cabc22..043fc0c 100644 --- a/zddc/internal/apps/embedded/archive.html +++ b/zddc/internal/apps/embedded/archive.html @@ -628,6 +628,28 @@ body.help-open .app-header { color: var(--primary); } +/* shared/logo.css — paired with shared/logo.js. The wrapping anchor + inherits the logo's box and adds a subtle hover/focus affordance + so it reads as clickable without altering the logo's visual weight. */ + +.app-header__logo-link { + display: inline-flex; + align-items: center; + text-decoration: none; + border-radius: var(--radius); + transition: opacity 0.15s, box-shadow 0.15s; +} + +.app-header__logo-link:hover .app-header__logo, +.app-header__logo-link:focus-visible .app-header__logo { + opacity: 0.82; +} + +.app-header__logo-link:focus-visible { + outline: 2px solid var(--primary); + outline-offset: 2px; +} + /* Archive-specific base overrides Reset, tokens, and font are provided by shared/base.css */ @@ -2245,7 +2267,7 @@ td[data-field="trackingNumber"] {
ZDDC Archive - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
@@ -3369,6 +3391,89 @@ https://github.com/nodeca/pako/blob/main/LICENSE } })(); +// shared/logo.js — turn the inert
ZDDC Browse - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
@@ -1904,6 +1926,89 @@ https://github.com/nodeca/pako/blob/main/LICENSE } })(); +// shared/logo.js — turn the inert
ZDDC Classifier - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
@@ -2855,6 +2877,89 @@ https://github.com/nodeca/pako/blob/main/LICENSE } })(); +// shared/logo.js — turn the inert
ZDDC - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
@@ -1941,6 +1963,89 @@ body { } })(); +// shared/logo.js — turn the inert
ZDDC Markdown - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
@@ -3094,6 +3116,89 @@ body.help-open .app-header { } })(); +// shared/logo.js — turn the inert
ZDDC Transmittal - v0.0.17-beta · 2026-05-10 · snail-candle-citrus + v0.0.17-beta · 2026-05-10 · locust-boat-sage
JavaScript not available