[PR #565] [MERGED] fix: fix broken document link and shadcn import issue #597

Closed
opened 2026-02-15 20:15:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/565
Author: @leehuwuj
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @marcusschiesser

Base: mainHead: lee/sever-enhance


📝 Commits (1)

  • 560f66a Update document link and fix import

📊 Changes

2 files changed (+31 additions, -13 deletions)

View changed files

📝 llama-index-server/README.md (+1 -1)
📝 llama-index-server/llama_index/server/gen_ui/main.py (+30 -12)

📄 Description

Summary by CodeRabbit

  • Documentation

    • Updated the documentation link for "Custom UI Components" to point to the correct GitHub URL.
  • New Features

    • Expanded support for UI dependencies when generating React components, now including React, shadcn/ui, lucide-react, LlamaIndex's markdown-ui, and tailwind css (cn).
  • Refactor

    • Improved organization of import statements and clarified instructions regarding supported UI dependencies in prompts.

🔄 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/create-llama/pull/565 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/sever-enhance` --- ### 📝 Commits (1) - [`560f66a`](https://github.com/run-llama/create-llama/commit/560f66a2d55f3db7d8417a1ab525ae0b7c168212) Update document link and fix import ### 📊 Changes **2 files changed** (+31 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `llama-index-server/README.md` (+1 -1) 📝 `llama-index-server/llama_index/server/gen_ui/main.py` (+30 -12) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the documentation link for "Custom UI Components" to point to the correct GitHub URL. - **New Features** - Expanded support for UI dependencies when generating React components, now including React, shadcn/ui, lucide-react, LlamaIndex's markdown-ui, and tailwind css (cn). - **Refactor** - Improved organization of import statements and clarified instructions regarding supported UI dependencies in prompts. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 20:15:29 -05:00
yindo closed this issue 2026-02-15 20:15:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#597