[PR #20] [MERGED] Frontend improvement continued #22

Closed
opened 2026-02-16 03:16:42 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: frontend_improvement_continued


📝 Commits (3)

📊 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

  • refactoring of the upload questions related pages

🔄 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/run-llama/auto_rfp/pull/20 **Author:** [@zli484](https://github.com/zli484) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `frontend_improvement_continued` --- ### 📝 Commits (3) - [`4619d91`](https://github.com/run-llama/auto_rfp/commit/4619d919784afc22c49c2ea68bbe8009aa1915c7) saving - [`05ade3a`](https://github.com/run-llama/auto_rfp/commit/05ade3ae02f3980ad046bbec50761fe71be24089) refactoring for upload questions - [`a917f80`](https://github.com/run-llama/auto_rfp/commit/a917f803d66d2189788e81dab95f87dc5e1c7dda) refactoring the upload questions page ### 📊 Changes **22 files changed** (+1374 additions, -884 deletions) <details> <summary>View changed files</summary> ➖ `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_ </details> ### 📄 Description - refactoring of the upload questions related pages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:42 -05:00
yindo closed this issue 2026-02-16 03:16:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/auto_rfp#22