feat: Carnival themes, boot resilience, per-tenant versioning - #4
Merged
Conversation
- Themes: drop legacy theme; 4 Carnival themes (day/sea/sunset/night) with a 7-token set (incl. focus) in libs/themes; config picks one via runtime.theme; app + HelloWorld consume theme tokens (brand fonts, accent bar). - Boot resilience: layout gateway falls back to the bundled layout on any remote failure (a TV must boot with the head-end down); CCL layoutSource -> local. - Blits fixes: props array -> object notation; caption separator (MSDF lacks middot); diagnostics mounts before Blits.Launch + try/catch; multithreaded:false. - LG signing softened (unsigned .ipk is deployable; Pro:Centric optional). - Per-tenant release version: customers/<line>/release.json (engineering-owned), precedence --version > XTV_APP_VERSION > release.json > package.json. Removed version from config.json. - Tooling: clean / build:clean scripts; --sssp forwarded through the build; .claude/launch.json for preview. - Docs: theming.md, state-and-storage.md; signing.md + CLAUDE.md updates (LG install, release.json versioning, SSSP bump).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runtime.theme. App + Hello World are themed.layoutSource: liferay) threw and left a blank screen. CCL →local.propsarray → object notation (2.6 requirement); caption separator (MSDF font lacks middot); diagnostics mounts beforeBlits.Launch+ try/catch;multithreaded: false..ipkis deployable; Pro:Centric optional).customers/<line>/release.json(engineering-owned; gradle-style). Precedence--version>XTV_APP_VERSION>release.json>package.json. Removedversionfromconfig.json.clean/build:cleanscripts,--ssspforwarded through the build, previewlaunch.json.theming.md,state-and-storage.md;signing.md+CLAUDE.mdupdates.Verification
typecheck · 9 vitest tests · Biome (100 files) · Samsung signs + builds; verified rendering in-browser.