feat(tokens): app-local non-player tokens with session moves and UI polish

Add token library/placements, keep play-time moves for the session, lock presentation interactions, and fix export/import modal layout plus freeform trap label.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-27 11:04:12 +08:00
parent bdeb64e356
commit f270812219
44 changed files with 2617 additions and 341 deletions
@@ -40,7 +40,10 @@ export function PresentationApp() {
className={styles.root}
onDoubleClick={() => void api.invoke(ipcChannels.windows.togglePresentationFullscreen, {})}
>
<PresentationView session={session} showTitle={false} />
{/* Презентация только для просмотра: никаких кликов/drag по сцене и оверлеям. */}
<div className={styles.viewPassthrough}>
<PresentationView session={session} showTitle={false} />
</div>
</div>
);
}