[PR #88] [MERGED] feat: new dashboard design #274

Closed
opened 2026-04-13 13:38:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/new-dashboard-design


📝 Commits (2)

  • 2aebbf5 feat(app): case management and activity monitoring
  • 44af7ce feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/88 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/new-dashboard-design` --- ### 📝 Commits (2) - [`2aebbf5`](https://github.com/reconurge/flowsint/commit/2aebbf57ccde159427388747dc18ad0bf097fc82) feat(app): case management and activity monitoring - [`44af7ce`](https://github.com/reconurge/flowsint/commit/44af7ce8853e921ebebe025d695a657b3e80d5fa) feat(app): new dashboard styles ### 📊 Changes **99 files changed** (+1747 additions, -2342 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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 2026-04-13 13:38:26 -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#274