feat: canvas UX fixes — scroll, fullscreen, InfoTip tooltips, answer stub system #80

Merged
chihlasm merged 28 commits from feature/tree-editor-canvas into main 2026-02-18 17:52:08 +00:00
Showing only changes of commit f6ad3a1546 - Show all commits

View File

@@ -1,7 +1,7 @@
import type { CategoryInfo } from './category'
// Tree node types
export type NodeType = 'decision' | 'action' | 'solution'
export type NodeType = 'decision' | 'action' | 'solution' | 'answer'
export interface TreeOption {
id: string