themes-lcars/blocks/blocks.yaml
Alex Dunmow 885dd372e7 feat(lcars): Wave A theme rebuild — sci-fi podcast persona (WO-TF-020)
Full LCARS library-computer interface for a sci-fi podcast/media outfit.
Codeless .bnp. Re-skins every mandatory builtin inside LCARS framing and
ships the full Wave A surface.

- 49 mandatory template overrides (chrome, marketing, primitives, commerce,
  blog family, auth, page-suggestions), field-faithful re-skins of the frozen
  builtin defaults; identity carried by the lcars-* class system.
- 8 page templates (default+sidebar rail, full-width, full-display, landing,
  article, blog-index, contact, auth) with elbow-frame chrome.
- 4 persona blocks: episode_console, crew_roster, stardate_log,
  transmission_status. Legacy lcars_header/sidebar/panel removed (now overrides
  + page chrome).
- 5 dual-mode presets (canonical black + daylight-ops cream), all 19 tokens.
- Bundled Antonio + Share Tech Mono (OFL); email-safe LCARS wrapper.
- Seed "Subspace Signal": home, about, 3 episodes+articles, contact
  (hail_signals table + row_inserted email-admins workflow), login.
- GO BIG motion: dependency-free canvas panel-sweep on the hero (lazy-init,
  reduced-motion static frame, no-JS fallback).

Build + check-safety green. Visual UNVERIFIED until Wave B. Known frozen-cms
limits (contract §11 auth/404 non-dispatch, §12 provider-backed empty lists)
authored faithfully.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 12:22:22 +08:00

37 lines
1.7 KiB
YAML

# LCARS theme block definitions (codeless .bnp, WO-TF-020).
# Keys are fully qualified (lcars:<key>) because the codeless loader registers
# definitions verbatim — there is no PluginBlockRegistry prefixing in the
# codeless path. The qualified keys match the data-block attributes and the
# master_pages.json / seed references.
#
# Only true persona furniture stays a theme block. Everything that duplicated a
# builtin (the old lcars_header navbar, lcars_panel card, lcars_sidebar rail) is
# now a template override of the builtin key or page-template chrome instead.
# All four blocks below are content-map-only (no data providers), so they render
# fully under the frozen codeless loader.
blocks:
- key: lcars:episode_console
title: Episode Console
description: Featured podcast episode as an LCARS playback console with duration readout, stardate, and platform channels.
category: content
schema: episode_console.schema.json
template: episode_console.ninjatpl
- key: lcars:crew_roster
title: Crew Roster
description: Roster of hosts and crew as LCARS ID panels with role and callsign.
category: content
schema: crew_roster.schema.json
template: crew_roster.ninjatpl
- key: lcars:stardate_log
title: Stardate Log
description: Dated log entries on a numeric stardate rail — a captain's-log timeline.
category: content
schema: stardate_log.schema.json
template: stardate_log.ninjatpl
- key: lcars:transmission_status
title: Transmission Status
description: Status board of channels and systems as LCARS readouts with online, standby, or alert states.
category: content
schema: transmission_status.schema.json
template: transmission_status.ninjatpl