[PR #185] [CLOSED] Deleted PR #206

Closed
opened 2026-02-16 08:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/185
Author: @harshbaid
Created: 9/30/2025
Status: Closed

Base: mainHead: feature/add-marketplace-dashboard-widget-recommendations-list


📝 Commits (1)

  • a278e33 Add Supabase integration to display Recommendations and KPI data and Sitecore Blok Design and Chakra UI integration with updated README and configuration files

📊 Changes

11 files changed (+366 additions, -3 deletions)

View changed files

📝 .env.example (+8 -1)
📝 .gitignore (+1 -0)
📝 README.md (+40 -0)
📝 package.json (+11 -1)
src/app/dashboard-widget-extension/page.tsx (+127 -0)
📝 src/app/layout.tsx (+4 -1)
📝 src/app/page.tsx (+22 -0)
src/app/providers.tsx (+9 -0)
src/hooks/useMarketplaceClient.ts (+132 -0)
src/lib/database.types.ts (+0 -0)
src/lib/supabaseClient.ts (+12 -0)

📄 Description

.


🔄 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/langchain-ai/agent-chat-ui/pull/185 **Author:** [@harshbaid](https://github.com/harshbaid) **Created:** 9/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/add-marketplace-dashboard-widget-recommendations-list` --- ### 📝 Commits (1) - [`a278e33`](https://github.com/langchain-ai/agent-chat-ui/commit/a278e3335d552a2ca42ac460b2d86d8b74fe8354) Add Supabase integration to display Recommendations and KPI data and Sitecore Blok Design and Chakra UI integration with updated README and configuration files ### 📊 Changes **11 files changed** (+366 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+8 -1) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+40 -0) 📝 `package.json` (+11 -1) ➕ `src/app/dashboard-widget-extension/page.tsx` (+127 -0) 📝 `src/app/layout.tsx` (+4 -1) 📝 `src/app/page.tsx` (+22 -0) ➕ `src/app/providers.tsx` (+9 -0) ➕ `src/hooks/useMarketplaceClient.ts` (+132 -0) ➕ `src/lib/database.types.ts` (+0 -0) ➕ `src/lib/supabaseClient.ts` (+12 -0) </details> ### 📄 Description . --- <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 08:16:17 -05:00
yindo closed this issue 2026-02-16 08:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/agent-chat-ui#206