[PR #3] [MERGED] Feat/move to api for fetching #14

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

📋 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: mainHead: feat/move-to-api-for-fetching


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/3 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/move-to-api-for-fetching` --- ### 📝 Commits (3) - [`c9765af`](https://github.com/reconurge/flowsint/commit/c9765af474355871b1cd5b8ece2e27da15690156) feat: move-to-api-for-fetching - [`1b3b76b`](https://github.com/reconurge/flowsint/commit/1b3b76b475aac13a5e6c0180897acc8c858fdcb4) feat: loader - [`92b852c`](https://github.com/reconurge/flowsint/commit/92b852cd3f4bb841e3299536d2b0c0f5161f08a6) feat: cleaner store ### 📊 Changes **45 files changed** (+982 additions, -584 deletions) <details> <summary>View changed files</summary> ➕ `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_ </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:38 -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#14