[PR #4] [MERGED] Feat/layout #15

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

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/4
Author: @dextmorgn
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @dextmorgn

Base: mainHead: feat/layout


📝 Commits (7)

📊 Changes

39 files changed (+1266 additions, -892 deletions)

View changed files

📝 README.md (+3 -1)
📝 docker-compose.override.yml (+3 -3)
📝 docker-compose.yml (+3 -3)
📝 flowsint-web/README.md (+3 -5)
📝 flowsint-web/src/app/api/projects/[project_id]/investigations/[investigation_id]/data/route.ts (+20 -4)
📝 flowsint-web/src/app/dashboard/entities/data-table.tsx (+3 -3)
📝 flowsint-web/src/app/dashboard/entities/page.tsx (+9 -3)
📝 flowsint-web/src/app/dashboard/keys/page.tsx (+0 -2)
📝 flowsint-web/src/app/dashboard/layout.tsx (+26 -3)
📝 flowsint-web/src/app/dashboard/page.tsx (+11 -5)
flowsint-web/src/app/dashboard/projects/[project_id]/individuals/[individual_id]/client.tsx (+0 -37)
📝 flowsint-web/src/app/dashboard/projects/[project_id]/individuals/[individual_id]/page.tsx (+256 -260)
📝 flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/client.tsx (+6 -2)
📝 flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/layout.tsx (+1 -2)
📝 flowsint-web/src/app/dashboard/projects/[project_id]/page.tsx (+6 -11)
📝 flowsint-web/src/app/dashboard/settings/layout.tsx (+14 -16)
flowsint-web/src/components/dashboard/main-nav.tsx (+47 -0)
📝 flowsint-web/src/components/dashboard/recent-sketches.tsx (+40 -1)
flowsint-web/src/components/dashboard/sub-nav.tsx (+73 -0)
📝 flowsint-web/src/components/investigations/case-selector.tsx (+5 -3)

...and 19 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/4 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/layout` --- ### 📝 Commits (7) - [`90748b4`](https://github.com/reconurge/flowsint/commit/90748b4534b239ccbe515fe56bca790cc72405ce) feat: new layout - [`1049ed6`](https://github.com/reconurge/flowsint/commit/1049ed6b61205dc3b0d9f8043654a1d705c382a6) feat: zoom on click - [`d2628eb`](https://github.com/reconurge/flowsint/commit/d2628eb74ce801dff1d293e42958258b0bd98ed9) feat: add project function - [`d58fd7f`](https://github.com/reconurge/flowsint/commit/d58fd7fa4274d793fcc05d6c5148e4929f8837a8) feat: editable relation - [`31a1f89`](https://github.com/reconurge/flowsint/commit/31a1f8934635cd4d147d5204757bbbe7c84e5f86) feat: vehicles - [`869b14d`](https://github.com/reconurge/flowsint/commit/869b14dc30ec9849ad5310e3f26aa52407cf8e44) feat: more node options - [`5885d0b`](https://github.com/reconurge/flowsint/commit/5885d0b3f28a6f3293516c24e5dca0d61864a286) feat: update readme ### 📊 Changes **39 files changed** (+1266 additions, -892 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `docker-compose.override.yml` (+3 -3) 📝 `docker-compose.yml` (+3 -3) 📝 `flowsint-web/README.md` (+3 -5) 📝 `flowsint-web/src/app/api/projects/[project_id]/investigations/[investigation_id]/data/route.ts` (+20 -4) 📝 `flowsint-web/src/app/dashboard/entities/data-table.tsx` (+3 -3) 📝 `flowsint-web/src/app/dashboard/entities/page.tsx` (+9 -3) 📝 `flowsint-web/src/app/dashboard/keys/page.tsx` (+0 -2) 📝 `flowsint-web/src/app/dashboard/layout.tsx` (+26 -3) 📝 `flowsint-web/src/app/dashboard/page.tsx` (+11 -5) ➖ `flowsint-web/src/app/dashboard/projects/[project_id]/individuals/[individual_id]/client.tsx` (+0 -37) 📝 `flowsint-web/src/app/dashboard/projects/[project_id]/individuals/[individual_id]/page.tsx` (+256 -260) 📝 `flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/client.tsx` (+6 -2) 📝 `flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/layout.tsx` (+1 -2) 📝 `flowsint-web/src/app/dashboard/projects/[project_id]/page.tsx` (+6 -11) 📝 `flowsint-web/src/app/dashboard/settings/layout.tsx` (+14 -16) ➕ `flowsint-web/src/components/dashboard/main-nav.tsx` (+47 -0) 📝 `flowsint-web/src/components/dashboard/recent-sketches.tsx` (+40 -1) ➕ `flowsint-web/src/components/dashboard/sub-nav.tsx` (+73 -0) 📝 `flowsint-web/src/components/investigations/case-selector.tsx` (+5 -3) _...and 19 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:40 -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#15