ZDDC/transmittal/js
ZDDC f01a177b73 feat(html): TIFF and ZIP listing previews + favicon in app headers
Adds shared/preview-lib.js with two cross-tool renderers:
  - renderTiff (UTIF.js, lazy-loaded from CDN; PDF-style toolbar with
    page nav, zoom, fit-width/fit-page; multi-page TIFFs decode lazily)
  - renderZipListing (JSZip; sortable name/size/modified table, sticky
    header, host-grouped paths)

Wired into the four tools that have a preview surface (archive, classifier,
mdedit, transmittal). Cross-document compatible so the same renderer works
for popup-window tools (archive/classifier/transmittal) and inline tools
(mdedit). Archive previously had no image branch at all — now previews
JPG/PNG/GIF/WebP/BMP/SVG natively, plus TIFF via UTIF, plus the ZIP listing.

Adds the dark-blue rounded-square favicon to each app's header (left of
the title) and to the website navigation. Single inline SVG, sized via
.app-header__logo (in shared/base.css) for tools and .brand-logo (in
website/css/style.css) for the website. Self-contained — the SVG carries
its own background, no wrapper styling needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 15:23:26 -05:00
..
app.js Initial commit 2026-04-27 11:05:47 -05:00
data.js Initial commit 2026-04-27 11:05:47 -05:00
dom.js Initial commit 2026-04-27 11:05:47 -05:00
drop-zones.js Initial commit 2026-04-27 11:05:47 -05:00
email-tags.js Initial commit 2026-04-27 11:05:47 -05:00
files-archive.js Initial commit 2026-04-27 11:05:47 -05:00
files-preview.js feat(html): TIFF and ZIP listing previews + favicon in app headers 2026-05-01 15:23:26 -05:00
files-render.js Initial commit 2026-04-27 11:05:47 -05:00
files.js Initial commit 2026-04-27 11:05:47 -05:00
filters.js Initial commit 2026-04-27 11:05:47 -05:00
focus.js Initial commit 2026-04-27 11:05:47 -05:00
hydrate.js Initial commit 2026-04-27 11:05:47 -05:00
json.js Initial commit 2026-04-27 11:05:47 -05:00
live-digest.js Initial commit 2026-04-27 11:05:47 -05:00
logos.js Initial commit 2026-04-27 11:05:47 -05:00
main.js Initial commit 2026-04-27 11:05:47 -05:00
markdown-editor.js Initial commit 2026-04-27 11:05:47 -05:00
markdown.js Initial commit 2026-04-27 11:05:47 -05:00
mode.js Initial commit 2026-04-27 11:05:47 -05:00
publish-modal.js Initial commit 2026-04-27 11:05:47 -05:00
publish.js Initial commit 2026-04-27 11:05:47 -05:00
reactive.js Initial commit 2026-04-27 11:05:47 -05:00
reset.js Initial commit 2026-04-27 11:05:47 -05:00
security.js Initial commit 2026-04-27 11:05:47 -05:00
state.js Initial commit 2026-04-27 11:05:47 -05:00
util.js Initial commit 2026-04-27 11:05:47 -05:00
validation.js Initial commit 2026-04-27 11:05:47 -05:00
verification.js Initial commit 2026-04-27 11:05:47 -05:00
visibility.js Initial commit 2026-04-27 11:05:47 -05:00