Draft: re-implementation of basic structure, first: Node/Chat
goals:
- use central stores
- provide a consistent framework for the layout
where to start:
- Story.svelte is the new NodeEditor.svelte
- it has the basic three-column structure:
left sidebar (board+node list) | main (node graph) | "modal panel" (code editor) - admin.js and story.js are the central stores, with admin.js being a "common" store that all tabs share
- for now, the Story tab sits next to the Chat tab, and will slowly grow until it replaces Chat
- this is a very basic PoC
😄
EDIT to add: Story.svelte implements this part: