mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-16 20:01:47 -05:00
[PR #2] [MERGED] Feat/shadcn UI #13
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/2
Author: @dextmorgn
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/13/2025
Merged by: @dextmorgn
Base:
main← Head:feat/shadcn-ui📝 Commits (3)
bccea6ffeat: shadcndd56c7ffeat: bg-color0ac6783feat: shadcnui complete📊 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.