mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #88] [MERGED] feat: new dashboard design #274
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/88
Author: @dextmorgn
Created: 11/30/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @dextmorgn
Base:
main← Head:feat/new-dashboard-design📝 Commits (2)
2aebbf5feat(app): case management and activity monitoring44af7cefeat(app): new dashboard styles📊 Changes
99 files changed (+1747 additions, -2342 deletions)
View changed files
📝
flowsint-app/src/api/query-keys-examples.ts(+193 -213)📝
flowsint-app/src/components/analyses/analyses-list.tsx(+1 -0)📝
flowsint-app/src/components/analyses/analysis-editor.tsx(+4 -26)➕
flowsint-app/src/components/analyses/new-analysis.tsx(+139 -0)➖
flowsint-app/src/components/dashboard/analysis-cards.tsx(+0 -169)➕
flowsint-app/src/components/dashboard/empty-states.tsx(+198 -0)➖
flowsint-app/src/components/dashboard/investigation-analyses.tsx(+0 -172)➖
flowsint-app/src/components/dashboard/investigation-cards.tsx(+0 -223)➖
flowsint-app/src/components/dashboard/investigation-skeleton.tsx(+0 -96)➖
flowsint-app/src/components/dashboard/investigation-sketches.tsx(+0 -198)➕
flowsint-app/src/components/dashboard/investigation/activity-timeline.tsx(+66 -0)➕
flowsint-app/src/components/dashboard/investigation/analyses-section.tsx(+55 -0)➕
flowsint-app/src/components/dashboard/investigation/case-header.tsx(+183 -0)➕
flowsint-app/src/components/dashboard/investigation/case-overview-page.tsx(+38 -0)➕
flowsint-app/src/components/dashboard/investigation/evidence-section.tsx(+38 -0)➕
flowsint-app/src/components/dashboard/investigation/investigation-skeleton.tsx(+96 -0)➕
flowsint-app/src/components/dashboard/investigation/investigations-list.tsx(+174 -0)➕
flowsint-app/src/components/dashboard/investigation/metrics-grid.tsx(+37 -0)➕
flowsint-app/src/components/dashboard/investigation/sketches-section.tsx(+81 -0)➕
flowsint-app/src/components/dashboard/investigation/tasks-section.tsx(+71 -0)...and 79 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.