[PR #24] [MERGED] Frontend cleanup #26

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

Base: mainHead: guided_onboarding


📝 Commits (3)

📊 Changes

26 files changed (+562 additions, -108 deletions)

View changed files

📝 README.md (+1 -1)
📝 app/api/organizations/[id]/route.ts (+2 -7)
📝 app/api/organizations/[id]/user-role/route.ts (+0 -1)
📝 app/api/organizations/by-slug/[slug]/route.ts (+1 -10)
📝 app/api/projects/[projectId]/indexes/route.ts (+0 -4)
📝 app/api/projects/route.ts (+0 -1)
📝 app/api/questions/[projectId]/route.ts (+0 -7)
app/help/page.tsx (+519 -0)
📝 app/organizations/[orgId]/page.tsx (+0 -1)
📝 app/organizations/page.tsx (+0 -13)
📝 app/projects/[projectId]/questions/components/upload-dialog.tsx (+1 -4)
📝 components/FileUploader.tsx (+1 -5)
📝 components/Footer.tsx (+3 -0)
📝 components/ImportingDialog.tsx (+2 -4)
📝 components/global/global-header.tsx (+7 -0)
📝 components/organization-project-switcher.tsx (+13 -4)
📝 components/organizations/CreateOrganizationDialog.tsx (+5 -1)
📝 components/organizations/LlamaCloudDocuments.tsx (+1 -1)
📝 components/organizations/TeamContent.tsx (+1 -4)
📝 components/projects/ProjectDocuments.tsx (+0 -16)

...and 6 more files

📄 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/24 **Author:** [@zli484](https://github.com/zli484) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `guided_onboarding` --- ### 📝 Commits (3) - [`29d83fe`](https://github.com/run-llama/auto_rfp/commit/29d83feb6eb727cab417b95f112e03323060468e) added a help page - [`418f866`](https://github.com/run-llama/auto_rfp/commit/418f866017468dfb05374e06fe6ddbf3edad6ea4) remove console log - [`c38bed9`](https://github.com/run-llama/auto_rfp/commit/c38bed9cc4d43be19e68566d9fb032d2aa9fa144) more clean-up ### 📊 Changes **26 files changed** (+562 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `app/api/organizations/[id]/route.ts` (+2 -7) 📝 `app/api/organizations/[id]/user-role/route.ts` (+0 -1) 📝 `app/api/organizations/by-slug/[slug]/route.ts` (+1 -10) 📝 `app/api/projects/[projectId]/indexes/route.ts` (+0 -4) 📝 `app/api/projects/route.ts` (+0 -1) 📝 `app/api/questions/[projectId]/route.ts` (+0 -7) ➕ `app/help/page.tsx` (+519 -0) 📝 `app/organizations/[orgId]/page.tsx` (+0 -1) 📝 `app/organizations/page.tsx` (+0 -13) 📝 `app/projects/[projectId]/questions/components/upload-dialog.tsx` (+1 -4) 📝 `components/FileUploader.tsx` (+1 -5) 📝 `components/Footer.tsx` (+3 -0) 📝 `components/ImportingDialog.tsx` (+2 -4) 📝 `components/global/global-header.tsx` (+7 -0) 📝 `components/organization-project-switcher.tsx` (+13 -4) 📝 `components/organizations/CreateOrganizationDialog.tsx` (+5 -1) 📝 `components/organizations/LlamaCloudDocuments.tsx` (+1 -1) 📝 `components/organizations/TeamContent.tsx` (+1 -4) 📝 `components/projects/ProjectDocuments.tsx` (+0 -16) _...and 6 more files_ </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#26