feat(scenes): rich scene descriptions and control viewer window

Add TipTap editing in the editor and an Electron window on the control panel to read the current scene description.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-15 09:49:40 +08:00
parent 35a6e979eb
commit cfa3959fb3
26 changed files with 1795 additions and 60 deletions
@@ -13,6 +13,12 @@
opacity: 0.45;
}
.disabledTipHost {
display: inline-flex;
vertical-align: middle;
cursor: not-allowed;
}
.buttonPrimary {
border: 1px solid var(--accent-border);
background: var(--accent-fill-solid);