[PR #2] [MERGED] Feat/shadcn UI #13

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

📋 Pull Request Information

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

Base: mainHead: feat/shadcn-ui


📝 Commits (3)

📊 Changes

118 files changed (+8420 additions, -1852 deletions)

View changed files

components.json (+21 -0)
lib/utils.ts (+6 -0)
📝 package.json (+42 -3)
📝 src/app/auth/callback/route.ts (+1 -1)
📝 src/app/auth/confirm/route.ts (+1 -1)
📝 src/app/dashboard/keys/page.tsx (+7 -119)
📝 src/app/dashboard/layout.tsx (+47 -124)
📝 src/app/dashboard/page.tsx (+8 -8)
src/app/investigations/[investigation_id]/individuals.tsx (+0 -66)
📝 src/app/investigations/[investigation_id]/layout.tsx (+8 -8)
src/app/investigations/[investigation_id]/left.tsx (+78 -0)
📝 src/app/investigations/[investigation_id]/loading.tsx (+1 -2)
📝 src/app/investigations/[investigation_id]/page.tsx (+3 -3)
📝 src/app/investigations/loading.tsx (+1 -2)
📝 src/app/layout.tsx (+9 -11)
📝 src/app/login/page.tsx (+2 -2)
📝 src/app/page.tsx (+1 -1)
src/components/app-sidebar.tsx (+175 -0)
📝 src/components/contexts/chatbot-context.tsx (+129 -119)
📝 src/components/contexts/investigation-provider.tsx (+31 -23)

...and 80 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/2 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/shadcn-ui` --- ### 📝 Commits (3) - [`bccea6f`](https://github.com/reconurge/flowsint/commit/bccea6f91e9f8a2688056f33cf83df3eb36e5b2f) feat: shadcn - [`dd56c7f`](https://github.com/reconurge/flowsint/commit/dd56c7fdb07ad85cfb758f405cc64209ce1226b9) feat: bg-color - [`0ac6783`](https://github.com/reconurge/flowsint/commit/0ac67834600a8340153043cdbf3d4db36d4a39d4) feat: shadcnui complete ### 📊 Changes **118 files changed** (+8420 additions, -1852 deletions) <details> <summary>View changed files</summary> ➕ `components.json` (+21 -0) ➕ `lib/utils.ts` (+6 -0) 📝 `package.json` (+42 -3) 📝 `src/app/auth/callback/route.ts` (+1 -1) 📝 `src/app/auth/confirm/route.ts` (+1 -1) 📝 `src/app/dashboard/keys/page.tsx` (+7 -119) 📝 `src/app/dashboard/layout.tsx` (+47 -124) 📝 `src/app/dashboard/page.tsx` (+8 -8) ➖ `src/app/investigations/[investigation_id]/individuals.tsx` (+0 -66) 📝 `src/app/investigations/[investigation_id]/layout.tsx` (+8 -8) ➕ `src/app/investigations/[investigation_id]/left.tsx` (+78 -0) 📝 `src/app/investigations/[investigation_id]/loading.tsx` (+1 -2) 📝 `src/app/investigations/[investigation_id]/page.tsx` (+3 -3) 📝 `src/app/investigations/loading.tsx` (+1 -2) 📝 `src/app/layout.tsx` (+9 -11) 📝 `src/app/login/page.tsx` (+2 -2) 📝 `src/app/page.tsx` (+1 -1) ➕ `src/components/app-sidebar.tsx` (+175 -0) 📝 `src/components/contexts/chatbot-context.tsx` (+129 -119) 📝 `src/components/contexts/investigation-provider.tsx` (+31 -23) _...and 80 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:37 -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#13