[PR #15] [MERGED] feat: table format #26

Closed
opened 2025-11-11 11:49:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/15
Author: @dextmorgn
Created: 7/8/2025
Status: Merged
Merged: 7/8/2025
Merged by: @dextmorgn

Base: mainHead: feat/tanstack-table


📝 Commits (1)

📊 Changes

26 files changed (+1268 additions, -86 deletions)

View changed files

📝 flowsint-api/app/scanners/organizations/org_to_asn.py (+4 -2)
📝 flowsint-api/app/tools/network/asnmap.py (+3 -1)
📝 flowsint-api/resume.cfg (+2 -2)
📝 flowsint-app/package.json (+4 -2)
📝 flowsint-app/src/renderer/index.html (+2 -2)
📝 flowsint-app/src/renderer/src/components/graphs/details-panel.tsx (+4 -5)
📝 flowsint-app/src/renderer/src/components/graphs/graph-panel.tsx (+9 -18)
📝 flowsint-app/src/renderer/src/components/graphs/launch-transform.tsx (+4 -3)
flowsint-app/src/renderer/src/components/graphs/map.tsx (+54 -0)
📝 flowsint-app/src/renderer/src/components/graphs/nodes-panel.tsx (+2 -2)
📝 flowsint-app/src/renderer/src/components/graphs/toolbar.tsx (+41 -29)
📝 flowsint-app/src/renderer/src/components/graphs/wall/custom/context-menu.tsx (+1 -5)
📝 flowsint-app/src/renderer/src/components/graphs/wall/node-editor-modal.tsx (+15 -1)
flowsint-app/src/renderer/src/components/table/columns.tsx (+506 -0)
flowsint-app/src/renderer/src/components/table/data-table.tsx (+327 -0)
flowsint-app/src/renderer/src/components/table/index.tsx (+17 -0)
📝 flowsint-app/src/renderer/src/components/transforms/editor.tsx (+14 -5)
📝 flowsint-app/src/renderer/src/components/ui/checkbox.tsx (+2 -2)
📝 flowsint-app/src/renderer/src/hooks/use-chat.ts (+1 -1)
📝 flowsint-app/src/renderer/src/lib/utils.ts (+5 -0)

...and 6 more files

📄 Description

No description provided


🔄 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/15 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/tanstack-table` --- ### 📝 Commits (1) - [`442392b`](https://github.com/reconurge/flowsint/commit/442392b268bc51d233873c20342e62e8fd1910ae) feat: table format ### 📊 Changes **26 files changed** (+1268 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `flowsint-api/app/scanners/organizations/org_to_asn.py` (+4 -2) 📝 `flowsint-api/app/tools/network/asnmap.py` (+3 -1) 📝 `flowsint-api/resume.cfg` (+2 -2) 📝 `flowsint-app/package.json` (+4 -2) 📝 `flowsint-app/src/renderer/index.html` (+2 -2) 📝 `flowsint-app/src/renderer/src/components/graphs/details-panel.tsx` (+4 -5) 📝 `flowsint-app/src/renderer/src/components/graphs/graph-panel.tsx` (+9 -18) 📝 `flowsint-app/src/renderer/src/components/graphs/launch-transform.tsx` (+4 -3) ➕ `flowsint-app/src/renderer/src/components/graphs/map.tsx` (+54 -0) 📝 `flowsint-app/src/renderer/src/components/graphs/nodes-panel.tsx` (+2 -2) 📝 `flowsint-app/src/renderer/src/components/graphs/toolbar.tsx` (+41 -29) 📝 `flowsint-app/src/renderer/src/components/graphs/wall/custom/context-menu.tsx` (+1 -5) 📝 `flowsint-app/src/renderer/src/components/graphs/wall/node-editor-modal.tsx` (+15 -1) ➕ `flowsint-app/src/renderer/src/components/table/columns.tsx` (+506 -0) ➕ `flowsint-app/src/renderer/src/components/table/data-table.tsx` (+327 -0) ➕ `flowsint-app/src/renderer/src/components/table/index.tsx` (+17 -0) 📝 `flowsint-app/src/renderer/src/components/transforms/editor.tsx` (+14 -5) 📝 `flowsint-app/src/renderer/src/components/ui/checkbox.tsx` (+2 -2) 📝 `flowsint-app/src/renderer/src/hooks/use-chat.ts` (+1 -1) 📝 `flowsint-app/src/renderer/src/lib/utils.ts` (+5 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <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 2025-11-11 11:49:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#26