Skip to content

Persist canvas edges #10

Description

@gsvprharsha

The connect UX (click-to-connect, node handles, edge rendering) already works, but edges are in-memory only, so a reload drops them. Add a thread_edges table and round-trip edges through it so connections survive a reload.

Touches the frontend store, the canvas component, and the SQLite schema. Files: src/components/ThreadsView.tsx, src-tauri/src/lib.rs (DB_SCHEMA), src/store/threads.ts.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions