[PR #102] [MERGED] feat(app): custom icons #1105

Closed
opened 2026-05-03 01:58:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/custom-icons


📝 Commits (2)

  • 716ed0b feat(app): custom icons + graph refactor
  • 1ea0296 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/102 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/custom-icons` --- ### 📝 Commits (2) - [`716ed0b`](https://github.com/reconurge/flowsint/commit/716ed0bc55f741c18bcaffd866e29f168c52565e) feat(app): custom icons + graph refactor - [`1ea0296`](https://github.com/reconurge/flowsint/commit/1ea0296bd840dd3405a6a044c3660426d6d5693a) feat(app): update icons to latest ### 📊 Changes **43 files changed** (+745 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Allows user to choose custom icon for node types. Not working with custom types for now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:58:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1105