WIP: Theming #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "hirnwunde/KX-Bridge-Release:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactor: Introduce Theme Management System
web/themes/default/filesYour theming is in! 🎨 Pulled into our dev branch and tested through:
defaulttheme with the current ACE2 UI runs cleanly, asset routing via/kx/ui/works, and the theme-name validation is solid. ✓_web_assetsimport (from our earlier interim solution) — the frontend now comes entirely from your theme system.kx-bridge.specthat embedsweb/(themes) into the one-file binary viadatas; at runtime the bridge reads them fromsys._MEIPASS(_WEB_BASE). So the Linux binary and the Windows EXE both ship the UI — verified the spec-built binary serves the themes correctly. Linux and Windows builds now use the same spec.Shipped in v0.9.14, with credit to you in the source + changelog. Really clean work — the hook docs make it genuinely pleasant for future themes. 🙏