mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-15 03:14:28 -05:00
[PR #3] [MERGED] Feat/move to api for fetching #14
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/3
Author: @dextmorgn
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @dextmorgn
Base:
main← Head:feat/move-to-api-for-fetching📝 Commits (3)
c9765affeat: move-to-api-for-fetching1b3b76bfeat: loader92b852cfeat: cleaner store📊 Changes
45 files changed (+982 additions, -584 deletions)
View changed files
➕
middleware.ts(+18 -0)📝
next.config.js(+3 -0)📝
package.json(+1 -0)📝
src/app/api/chat/route.ts(+11 -1)➕
src/app/api/investigations/[investigation_id]/data/route.ts(+144 -0)➕
src/app/api/investigations/[investigation_id]/emails/route.ts(+29 -0)➕
src/app/api/investigations/[investigation_id]/individuals/route.ts(+29 -0)➕
src/app/api/investigations/[investigation_id]/ips/route.ts(+27 -0)➕
src/app/api/investigations/[investigation_id]/phones/route.ts(+27 -0)➕
src/app/api/investigations/[investigation_id]/route.ts(+31 -0)➕
src/app/api/investigations/[investigation_id]/socials/route.ts(+29 -0)➕
src/app/api/investigations/route.ts(+23 -0)📝
src/app/dashboard/page.tsx(+21 -17)➕
src/app/investigations/[investigation_id]/client.tsx(+29 -0)📝
src/app/investigations/[investigation_id]/layout.tsx(+1 -4)📝
src/app/investigations/[investigation_id]/left.tsx(+147 -109)📝
src/app/investigations/[investigation_id]/loading.tsx(+2 -1)📝
src/app/investigations/[investigation_id]/page.tsx(+16 -11)📝
src/app/page.tsx(+12 -10)📝
src/app/providers.tsx(+16 -2)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.