[PR #18] [MERGED] Fix llamacloud integration #20

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/18
Author: @zli484
Created: 7/11/2025
Status: Merged
Merged: 7/11/2025
Merged by: @zli484

Base: mainHead: fix_llamacloud_integration


📝 Commits (2)

  • 075d917 fix the llamacloud file integration issue
  • 869cd7c address llamacloud integration issue and some ui changes

📊 Changes

30 files changed (+2065 additions, -2157 deletions)

View changed files

📝 app/globals.css (+140 -83)
app/private/page.tsx (+0 -14)
📝 app/project/components/project-content.tsx (+0 -6)
📝 app/project/components/project-overview.tsx (+65 -43)
app/questions/components/index-selector.tsx (+90 -0)
app/questions/components/index.ts (+8 -0)
app/questions/components/no-questions-available.tsx (+43 -0)
app/questions/components/question-editor.tsx (+197 -0)
app/questions/components/questions-filter.tsx (+94 -0)
app/questions/components/questions-header.tsx (+75 -0)
app/questions/components/questions-section-refactored.tsx (+733 -0)
📝 app/questions/components/questions-section.tsx (+2 -1884)
app/questions/components/questions-tabs-content.tsx (+164 -0)
app/questions/components/source-details-dialog.tsx (+105 -0)
📝 components/global/header.tsx (+28 -13)
📝 components/global/organization-sidebar.tsx (+3 -3)
📝 components/global/sidebar.tsx (+3 -3)
components/organizations/EmptyProjectsState.tsx (+24 -0)
📝 components/organizations/OrganizationContent.tsx (+18 -62)
components/organizations/ProjectCard.tsx (+41 -0)

...and 10 more files

📄 Description

  • llamacloud integration issue fix and uiux updates

🔄 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/18 **Author:** [@zli484](https://github.com/zli484) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `fix_llamacloud_integration` --- ### 📝 Commits (2) - [`075d917`](https://github.com/run-llama/auto_rfp/commit/075d9172e40653fb03f8d42a21e2a2280a4c8b00) fix the llamacloud file integration issue - [`869cd7c`](https://github.com/run-llama/auto_rfp/commit/869cd7c7270af4fcdaa52d110a2553fc889da4ed) address llamacloud integration issue and some ui changes ### 📊 Changes **30 files changed** (+2065 additions, -2157 deletions) <details> <summary>View changed files</summary> 📝 `app/globals.css` (+140 -83) ➖ `app/private/page.tsx` (+0 -14) 📝 `app/project/components/project-content.tsx` (+0 -6) 📝 `app/project/components/project-overview.tsx` (+65 -43) ➕ `app/questions/components/index-selector.tsx` (+90 -0) ➕ `app/questions/components/index.ts` (+8 -0) ➕ `app/questions/components/no-questions-available.tsx` (+43 -0) ➕ `app/questions/components/question-editor.tsx` (+197 -0) ➕ `app/questions/components/questions-filter.tsx` (+94 -0) ➕ `app/questions/components/questions-header.tsx` (+75 -0) ➕ `app/questions/components/questions-section-refactored.tsx` (+733 -0) 📝 `app/questions/components/questions-section.tsx` (+2 -1884) ➕ `app/questions/components/questions-tabs-content.tsx` (+164 -0) ➕ `app/questions/components/source-details-dialog.tsx` (+105 -0) 📝 `components/global/header.tsx` (+28 -13) 📝 `components/global/organization-sidebar.tsx` (+3 -3) 📝 `components/global/sidebar.tsx` (+3 -3) ➕ `components/organizations/EmptyProjectsState.tsx` (+24 -0) 📝 `components/organizations/OrganizationContent.tsx` (+18 -62) ➕ `components/organizations/ProjectCard.tsx` (+41 -0) _...and 10 more files_ </details> ### 📄 Description - llamacloud integration issue fix and uiux updates --- <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:41 -05:00
yindo closed this issue 2026-02-16 03:16:41 -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#20