[PR #22] [MERGED] ui clean up #24

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/22
Author: @zli484
Created: 7/17/2025
Status: Merged
Merged: 7/17/2025
Merged by: @zli484

Base: mainHead: end_to_end_test


📝 Commits (1)

📊 Changes

20 files changed (+560 additions, -570 deletions)

View changed files

app/api/projects/[projectId]/timeline/route.ts (+105 -0)
app/organizations/[orgId]/documents/page.tsx (+0 -21)
📝 app/organizations/[orgId]/page.tsx (+1 -1)
📝 app/organizations/page.tsx (+104 -22)
📝 app/projects/[projectId]/questions/components/index-selector.tsx (+1 -1)
📝 app/projects/[projectId]/questions/components/questions-header.tsx (+1 -10)
📝 app/projects/components/project-overview.tsx (+51 -103)
app/projects/components/project-timeline.tsx (+198 -0)
components/Navbar.tsx (+0 -62)
components/global/header.tsx (+0 -127)
📝 components/organization-project-switcher.tsx (+30 -7)
components/organizations/DocumentsContent.tsx (+0 -125)
📝 components/organizations/ProjectCard.tsx (+23 -24)
📝 components/organizations/index.ts (+0 -1)
📝 components/projects/ProjectCard.tsx (+23 -33)
📝 components/projects/ProjectDocuments.tsx (+20 -20)
📝 components/projects/ProjectGrid.tsx (+2 -2)
📝 components/ui/button.tsx (+1 -1)
📝 context/organization-context.tsx (+0 -5)
📝 layouts/sidebar-layout/sidebar-layout.tsx (+0 -5)

📄 Description

No description provided


🔄 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/22 **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:** `end_to_end_test` --- ### 📝 Commits (1) - [`ba80e9a`](https://github.com/run-llama/auto_rfp/commit/ba80e9a013f3a80f5473290315830820fef3c4ff) ui clean up ### 📊 Changes **20 files changed** (+560 additions, -570 deletions) <details> <summary>View changed files</summary> ➕ `app/api/projects/[projectId]/timeline/route.ts` (+105 -0) ➖ `app/organizations/[orgId]/documents/page.tsx` (+0 -21) 📝 `app/organizations/[orgId]/page.tsx` (+1 -1) 📝 `app/organizations/page.tsx` (+104 -22) 📝 `app/projects/[projectId]/questions/components/index-selector.tsx` (+1 -1) 📝 `app/projects/[projectId]/questions/components/questions-header.tsx` (+1 -10) 📝 `app/projects/components/project-overview.tsx` (+51 -103) ➕ `app/projects/components/project-timeline.tsx` (+198 -0) ➖ `components/Navbar.tsx` (+0 -62) ➖ `components/global/header.tsx` (+0 -127) 📝 `components/organization-project-switcher.tsx` (+30 -7) ➖ `components/organizations/DocumentsContent.tsx` (+0 -125) 📝 `components/organizations/ProjectCard.tsx` (+23 -24) 📝 `components/organizations/index.ts` (+0 -1) 📝 `components/projects/ProjectCard.tsx` (+23 -33) 📝 `components/projects/ProjectDocuments.tsx` (+20 -20) 📝 `components/projects/ProjectGrid.tsx` (+2 -2) 📝 `components/ui/button.tsx` (+1 -1) 📝 `context/organization-context.tsx` (+0 -5) 📝 `layouts/sidebar-layout/sidebar-layout.tsx` (+0 -5) </details> ### 📄 Description _No description provided_ --- <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#24