Revert "Integrate ui-design-code via submodule and runtime assets"

This reverts commit 4040333a19.
This commit is contained in:
2026-03-01 10:38:14 +03:00
parent 1be8ee26b3
commit 32d6a6e2ad
6 changed files with 0 additions and 156 deletions

View File

@@ -3,18 +3,3 @@
Architecture documentation was moved to the Project Bible:
- `bible/README.md`
## UI design-code integration
`core` now serves UI theme assets from `ui-design-code` at runtime:
- CSS: `/ui-design/static/css/theme.css`
- JS: `/ui-design/static/js/app.js`
Path resolution order for `ui-design-code`:
1. `UI_DESIGN_CODE_DIR` env var
2. `./tools/ui-design-code`
3. `../ui-design-code`
This lets UI updates in `ui-design-code` appear in `core` without copying files.