Skip to content

fix: cleaner Parent Node icon + rename the mind-map insert tile (#255) - #256

Merged
vibhavkatre merged 1 commit into
mainfrom
fix/255-parent-node-icon
Aug 5, 2026
Merged

fix: cleaner Parent Node icon + rename the mind-map insert tile (#255)#256
vibhavkatre merged 1 commit into
mainfrom
fix/255-parent-node-icon

Conversation

@vibhavkatre

Copy link
Copy Markdown
Collaborator

What

Two polish fixes to the Mind Map entry in the editor's (+) insert catalog:

  1. New icon. Replaced the unclean glyph (a central node with a branch to each side) with a single-line, lucide.dev-styled glyph: one parent node with three curved connectors branching off to the right — matching the Whimsical parent-node reference.
  2. Renamed the tile from "Mind map" to "Parent Node" (it drops the root/parent node of a mind map). The catalog search still finds it under "mind map" as well as "parent node"; the "MIND MAP" section heading is unchanged.

Scope

Cosmetic + label only — no behavior change. The glyph is used in exactly one place (the (+) catalog tile), so the change is fully contained.

Tests

parentNodeTile.test.js (source-inspection, house pattern) pins:

Full suite green (708 tests) + build clean locally.

Closes #255

🤖 Generated with Claude Code

The (+) insert catalog's Mind Map entry had an unclean glyph (a central
node with a branch to each side) and was labelled "Mind map". Give it a
single-line, lucide-styled glyph — one parent node with three curved
connectors branching off — and rename the tile to "Parent Node". The
catalog search still matches "mind map" as well as "parent node", and the
"MIND MAP" section heading is unchanged.

A source-inspection test pins the label, the search terms, the glyph
shape (one node + three connectors, no end dots), and — guarding #75/#200
against a silent regression — that the tile ARMS click-to-place rather
than dropping the node directly.

Closes #255

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vibhavkatre
vibhavkatre merged commit 03d821a into main Aug 5, 2026
3 checks passed
@vibhavkatre
vibhavkatre deleted the fix/255-parent-node-icon branch August 5, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mind map: replace the (+) catalog insert icon and rename it "Parent Node"

2 participants