mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
[PR #102] [MERGED] feat(app): custom icons #1105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/102
Author: @dextmorgn
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @dextmorgn
Base:
main← Head:feat/custom-icons📝 Commits (2)
716ed0bfeat(app): custom icons + graph refactor1ea0296feat(app): update icons to latest📊 Changes
43 files changed (+745 additions, -462 deletions)
View changed files
📝
flowsint-app/index.html(+11 -11)📝
flowsint-app/src/components/layout/secondary-navigation.tsx(+1 -1)📝
flowsint-app/src/components/layout/status-bar.tsx(+1 -1)📝
flowsint-app/src/components/sketches/details-panel/details-panel.tsx(+1 -1)📝
flowsint-app/src/components/sketches/graph/actions/merge-nodes.tsx(+2 -2)📝
flowsint-app/src/components/sketches/graph/actions/node-actions.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/components/graph-empty-state.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/components/graph-loader.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/components/graph-loading-overlay.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/components/graph-main.tsx(+4 -4)📝
flowsint-app/src/components/sketches/graph/components/graph-selector-overlay.tsx(+2 -2)📝
flowsint-app/src/components/sketches/graph/components/graph-tooltip.tsx(+1 -1)📝
flowsint-app/src/components/sketches/graph/components/legend.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/components/minimap.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/context-menu/background-context-menu.tsx(+2 -2)📝
flowsint-app/src/components/sketches/graph/context-menu/edge-context-menu.tsx(+0 -0)📝
flowsint-app/src/components/sketches/graph/context-menu/node-context-menu.tsx(+2 -2)📝
flowsint-app/src/components/sketches/graph/edge/link-renderer.ts(+7 -19)📝
flowsint-app/src/components/sketches/graph/hooks/use-graph-events.ts(+0 -0)📝
flowsint-app/src/components/sketches/graph/hooks/use-graph-initialization.ts(+0 -0)...and 23 more files
📄 Description
Allows user to choose custom icon for node types. Not working with custom types for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.