Mercurial
comparison mrjunejune/src/public/mjj-composer.js @ 273:e02e2036ef84 default tip
add Layer 2 JRPG component system
Add reusable content and window modals, an isolated component sandbox, shared cyberpunk scroll areas, production-safe cache freshness, and server-rendered JRPG panel state.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 08 Aug 2026 02:08:08 -0700 |
| parents | 41a49c29a28f |
| children |
comparison
equal
deleted
inserted
replaced
| 272:41a49c29a28f | 273:e02e2036ef84 |
|---|---|
| 1 /** | |
| 2 * Layer 2 composer composite. | |
| 3 * | |
| 4 * Dependencies flow downward only: Zenbu Layer 1 primitives and Layer 0 | |
| 5 * themes/i18n/API mapping. Application routes and state remain outside. | |
| 6 */ | |
| 7 | |
| 1 /** | 8 /** |
| 2 * Coordinates a native composer form built from Zenbu controls. | 9 * Coordinates a native composer form built from Zenbu controls. |
| 3 * | 10 * |
| 4 * @extends {HTMLElement} | 11 * @extends {HTMLElement} |
| 5 */ | 12 */ |