[PR #26] [MERGED] UI improvement #28

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/26
Author: @zli484
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @zli484

Base: mainHead: ui_improvement


📝 Commits (3)

  • c37e3fc card width fix
  • a20f739 improvement in redirecting when creating new project
  • af574f1 formatting improvement

📊 Changes

10 files changed (+64 additions, -23 deletions)

View changed files

📝 app/api/extract-questions/route.ts (+2 -0)
📝 app/api/projects/[projectId]/route.ts (+3 -0)
📝 app/organizations/[orgId]/page.tsx (+5 -4)
📝 app/projects/[projectId]/page.tsx (+1 -0)
📝 app/projects/components/project-content.tsx (+3 -0)
📝 app/projects/components/project-overview.tsx (+4 -0)
📝 components/ImportingDialog.tsx (+24 -7)
📝 components/organization-project-switcher.tsx (+8 -1)
📝 components/projects/CreateProjectDialog.tsx (+5 -2)
📝 components/projects/ProjectCard.tsx (+9 -9)

📄 Description

  • fix the redirection when creating new project

🔄 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/26 **Author:** [@zli484](https://github.com/zli484) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `ui_improvement` --- ### 📝 Commits (3) - [`c37e3fc`](https://github.com/run-llama/auto_rfp/commit/c37e3fc7baf054814d12f09b92e2095c37a82c7a) card width fix - [`a20f739`](https://github.com/run-llama/auto_rfp/commit/a20f739ba208bc9b7039d38fde7b2dd93fa5535b) improvement in redirecting when creating new project - [`af574f1`](https://github.com/run-llama/auto_rfp/commit/af574f10ee87c0254a98e7df64beaabc180506b7) formatting improvement ### 📊 Changes **10 files changed** (+64 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `app/api/extract-questions/route.ts` (+2 -0) 📝 `app/api/projects/[projectId]/route.ts` (+3 -0) 📝 `app/organizations/[orgId]/page.tsx` (+5 -4) 📝 `app/projects/[projectId]/page.tsx` (+1 -0) 📝 `app/projects/components/project-content.tsx` (+3 -0) 📝 `app/projects/components/project-overview.tsx` (+4 -0) 📝 `components/ImportingDialog.tsx` (+24 -7) 📝 `components/organization-project-switcher.tsx` (+8 -1) 📝 `components/projects/CreateProjectDialog.tsx` (+5 -2) 📝 `components/projects/ProjectCard.tsx` (+9 -9) </details> ### 📄 Description - fix the redirection when creating new project --- <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:43 -05:00
yindo closed this issue 2026-02-16 03:16:43 -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#28