mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #19] [MERGED] Major front-end refactoring #21
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/run-llama/auto_rfp/pull/19
Author: @zli484
Created: 7/16/2025
Status: ✅ Merged
Merged: 7/16/2025
Merged by: @zli484
Base:
main← Head:ui_refactoring📝 Commits (3)
7280a78major code refactoring on frontend logic and organizationad26fe8save9d8f847refactoring frontend code📊 Changes
83 files changed (+2843 additions, -3078 deletions)
View changed files
📝
app/api/llamacloud/documents/route.ts(+2 -0)📝
app/api/organizations/[id]/route.ts(+13 -6)📝
app/api/organizations/[id]/user-role/route.ts(+4 -0)📝
app/api/organizations/by-slug/[slug]/route.ts(+17 -2)📝
app/api/organizations/route.ts(+118 -28)📝
app/api/projects/route.ts(+93 -85)➖
app/documents/components/DocumentDetail.tsx(+0 -340)➖
app/documents/components/DocumentList.tsx(+0 -421)➖
app/documents/components/DocumentListSkeleton.tsx(+0 -37)➖
app/documents/page.tsx(+0 -48)📝
app/favicon.ico(+0 -0)📝
app/layout.tsx(+1 -2)➖
app/new-organization/page.tsx(+0 -123)➖
app/org/[orgId]/page.tsx(+0 -17)📝
app/organizations/[orgId]/documents/page.tsx(+3 -1)➕
app/organizations/[orgId]/layout.tsx(+9 -0)📝
app/organizations/[orgId]/new-project/page.tsx(+1 -1)📝
app/organizations/[orgId]/page.tsx(+25 -7)📝
app/organizations/[orgId]/settings/page.tsx(+0 -0)📝
app/organizations/[orgId]/team/page.tsx(+0 -0)...and 63 more files
📄 Description
This is a major refactoring of code to standardize components, improve code quality, remove redundant code, and to improve consistencies
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.