mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #20] [MERGED] Frontend improvement continued #22
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/20
Author: @zli484
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/17/2025
Merged by: @zli484
Base:
main← Head:frontend_improvement_continued📝 Commits (3)
4619d91saving05ade3arefactoring for upload questionsa917f80refactoring the upload questions page📊 Changes
22 files changed (+1374 additions, -884 deletions)
View changed files
➖
app/components/LogoutButton.tsx(+0 -29)📝
app/globals.css(+79 -110)📝
app/layout.tsx(+9 -4)📝
app/organizations/[orgId]/layout.tsx(+5 -1)📝
app/organizations/page.tsx(+1 -1)📝
app/projects/[projectId]/questions/components/index.ts(+19 -8)➕
app/projects/[projectId]/questions/components/multi-step-response-handler.tsx(+31 -0)📝
app/projects/[projectId]/questions/components/no-questions-available.tsx(+4 -0)➕
app/projects/[projectId]/questions/components/questions-filter-tabs.tsx(+96 -0)➕
app/projects/[projectId]/questions/components/questions-provider.tsx(+713 -0)📝
app/projects/[projectId]/questions/components/questions-section.tsx(+54 -675)➕
app/projects/[projectId]/questions/components/questions-states.tsx(+47 -0)📝
app/projects/[projectId]/questions/create/page.tsx(+8 -8)📝
app/upload/page.tsx(+1 -1)📝
components/FileUploader.tsx(+1 -1)➕
components/global/global-header.tsx(+271 -0)📝
components/global/header.tsx(+3 -2)📝
components/ui/sidebar.tsx(+3 -3)📝
components/upload/UploadComponent.tsx(+1 -1)📝
layouts/sidebar-layout/sidebar-layout.tsx(+23 -39)...and 2 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.