tymurbaniak
  • Joined on 2026-03-20
tymurbaniak opened issue tymurbaniak/ConceptSketch#12 2026-03-31 07:31:03 +00:00
Copy functionality
tymurbaniak created pull request tymurbaniak/ConceptSketch#11 2026-03-31 07:26:40 +00:00
Fix: Rename updated only on graph
tymurbaniak pushed to claude/issue-10 at tymurbaniak/ConceptSketch 2026-03-31 07:26:13 +00:00
04387d66a9 fix: sync tree node title on graph node rename (closes #10)
tymurbaniak created branch claude/issue-10 in tymurbaniak/ConceptSketch 2026-03-31 07:26:13 +00:00
tymurbaniak opened issue tymurbaniak/ConceptSketch#10 2026-03-31 07:24:23 +00:00
Rename updated only on graph
tymurbaniak deleted branch claude/issue-8 from tymurbaniak/ConceptSketch 2026-03-26 01:00:55 +00:00
tymurbaniak pushed to main at tymurbaniak/ConceptSketch 2026-03-26 01:00:42 +00:00
4e342dc776 feature: Cut and Paste functionality' (#9) from claude/issue-8 into main
d5107ac6d3 review: address feedback — update navigation tree on cut/paste
63e204840f review: address feedback — expand cut to include full outgoing structure (all hops)
000aad362a feature: implement cut and paste functionality (closes #8)
Compare 4 commits »
tymurbaniak closed issue tymurbaniak/ConceptSketch#8 2026-03-26 01:00:42 +00:00
Cut and Paste functionality
tymurbaniak merged pull request tymurbaniak/ConceptSketch#9 2026-03-26 01:00:42 +00:00
Fix: Cut and Paste functionality
tymurbaniak pushed to claude/issue-8 at tymurbaniak/ConceptSketch 2026-03-26 01:00:05 +00:00
d5107ac6d3 review: address feedback — update navigation tree on cut/paste
63e204840f review: address feedback — expand cut to include full outgoing structure (all hops)
000aad362a feature: implement cut and paste functionality (closes #8)
ee9a55f4e6 feature: create tests for issue #2' (#7) from claude/issue-6 into main
44378c2bf0 tests: add stale-closure regression tests for breadcrumb back-navigation (closes #6)
Compare 5 commits »
tymurbaniak commented on pull request tymurbaniak/ConceptSketch#9 2026-03-23 21:33:37 +00:00
Fix: Cut and Paste functionality

Addressed the feedback — the navigation tree now updates correctly when nodes with subgraphs are cut and pasted.

What changed:

  • Added a move(nodeId, newParentId) function to TreeStore
tymurbaniak pushed to claude/issue-8 at tymurbaniak/ConceptSketch 2026-03-23 21:33:11 +00:00
f7f2938bb1 review: address feedback — update navigation tree on cut/paste
tymurbaniak commented on pull request tymurbaniak/ConceptSketch#9 2026-03-23 21:28:13 +00:00
Fix: Cut and Paste functionality

Another issue to address: when a tree of nodes is subject of cut and paste action, the navigation tree is not updated - if some nodes with subgraphs are moved this way it should be also visible in…

tymurbaniak commented on pull request tymurbaniak/ConceptSketch#9 2026-03-23 19:59:08 +00:00
Fix: Cut and Paste functionality

Addressed the feedback: changed the cut operation from collecting only direct outgoing neighbours (one hop) to a full BFS traversal following outgoing edges from all selected nodes (all hops).

The…

tymurbaniak pushed to claude/issue-8 at tymurbaniak/ConceptSketch 2026-03-23 19:58:44 +00:00
07571b64be review: address feedback — expand cut to include full outgoing structure (all hops)
tymurbaniak commented on pull request tymurbaniak/ConceptSketch#9 2026-03-23 19:57:39 +00:00
Fix: Cut and Paste functionality

Change assumption: "Nodes linked with link direction from selected nodes" = direct outgoing neighbours (one hop)

It should be: Nodes that are outgoing neighbours and structure for which they…

tymurbaniak created pull request tymurbaniak/ConceptSketch#9 2026-03-23 15:58:33 +00:00
Fix: Cut and Paste functionality
tymurbaniak pushed to claude/issue-8 at tymurbaniak/ConceptSketch 2026-03-23 15:57:32 +00:00
ed30804839 feature: implement cut and paste functionality (closes #8)
tymurbaniak created branch claude/issue-8 in tymurbaniak/ConceptSketch 2026-03-23 15:57:32 +00:00
tymurbaniak opened issue tymurbaniak/ConceptSketch#8 2026-03-23 15:50:35 +00:00
Cut and Paste functionality