mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-13 10:27:02 -05:00
[PR #15] [MERGED] feat: table format #26
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/15
Author: @dextmorgn
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @dextmorgn
Base:
main← Head:feat/tanstack-table📝 Commits (1)
442392bfeat: table format📊 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.