mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 09:54:46 -05:00
[PR #4] [MERGED] Feat/layout #15
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/4
Author: @dextmorgn
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @dextmorgn
Base:
main← Head:feat/layout📝 Commits (7)
90748b4feat: new layout1049ed6feat: zoom on clickd2628ebfeat: add project functiond58fd7ffeat: editable relation31a1f89feat: vehicles869b14dfeat: more node options5885d0bfeat: update readme📊 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.