mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #18] [MERGED] Fix llamacloud integration #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix_llamacloud_integration📝 Commits (2)
075d917fix the llamacloud file integration issue869cd7caddress 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.