[PR #179] [MERGED] Fix file upload (not image) in chat-flow. #185

Closed
opened 2026-02-16 10:16:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/179
Author: @Eric-Guo
Created: 9/8/2025
Status: Merged
Merged: 9/10/2025
Merged by: @iamjoel

Base: mainHead: main


📝 Commits (4)

  • 8f02afe Bump some outdated package version
  • 74a656f Initial GPT-5-high generated cursor rules
  • e91a1f6 @tailwindcss/line-clamp include by default.
  • 17007b2 Allow file upload in chat.

📊 Changes

9 files changed (+154 additions, -42 deletions)

View changed files

.cursor/rules/api-client.mdc (+16 -0)
.cursor/rules/i18n.mdc (+10 -0)
.cursor/rules/project-structure.mdc (+21 -0)
.cursor/rules/typescript-react.mdc (+20 -0)
.cursor/rules/ui-components.mdc (+11 -0)
📝 app/components/chat/index.tsx (+25 -2)
📝 app/components/index.tsx (+15 -2)
📝 package.json (+36 -37)
📝 tailwind.config.js (+0 -1)

📄 Description

#174 #177 not right

  • Also enable cursor rules
  • Bump and maintain the package versions.

🔄 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/langgenius/webapp-conversation/pull/179 **Author:** [@Eric-Guo](https://github.com/Eric-Guo) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8f02afe`](https://github.com/langgenius/webapp-conversation/commit/8f02afed98d32d23aade0672c92042a50fb758c3) Bump some outdated package version - [`74a656f`](https://github.com/langgenius/webapp-conversation/commit/74a656fda2adce37294e9155cc9b110a1a6187c9) Initial GPT-5-high generated cursor rules - [`e91a1f6`](https://github.com/langgenius/webapp-conversation/commit/e91a1f6194f598e2b367fe4f468833584f3cfbb1) @tailwindcss/line-clamp include by default. - [`17007b2`](https://github.com/langgenius/webapp-conversation/commit/17007b201475ca525417d19b64771596645df2f8) Allow file upload in chat. ### 📊 Changes **9 files changed** (+154 additions, -42 deletions) <details> <summary>View changed files</summary> ➕ `.cursor/rules/api-client.mdc` (+16 -0) ➕ `.cursor/rules/i18n.mdc` (+10 -0) ➕ `.cursor/rules/project-structure.mdc` (+21 -0) ➕ `.cursor/rules/typescript-react.mdc` (+20 -0) ➕ `.cursor/rules/ui-components.mdc` (+11 -0) 📝 `app/components/chat/index.tsx` (+25 -2) 📝 `app/components/index.tsx` (+15 -2) 📝 `package.json` (+36 -37) 📝 `tailwind.config.js` (+0 -1) </details> ### 📄 Description #174 #177 not right * Also enable cursor rules * Bump and maintain the package versions. --- <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 10:16:22 -05:00
yindo closed this issue 2026-02-16 10:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#185