[PR #556] [MERGED] feat: batch run support export as csv file #22553

Closed
opened 2026-02-21 20:19:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/556
Author: @iamjoel
Created: 7/12/2023
Status: Merged
Merged: 7/12/2023
Merged by: @iamjoel

Base: mainHead: feat/support-download-res


📝 Commits (7)

📊 Changes

7 files changed (+90 additions, -17 deletions)

View changed files

📝 web/app/components/share/text-generation/index.tsx (+40 -12)
📝 web/app/components/share/text-generation/result/index.tsx (+5 -5)
web/app/components/share/text-generation/run-batch/res-download/index.tsx (+41 -0)
📝 web/i18n/lang/common.en.ts (+1 -0)
📝 web/i18n/lang/common.zh.ts (+1 -0)
📝 web/i18n/lang/share-app.en.ts (+1 -0)
📝 web/i18n/lang/share-app.zh.ts (+1 -0)

📄 Description

No description provided


🔄 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/dify/pull/556 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 7/12/2023 **Status:** ✅ Merged **Merged:** 7/12/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/support-download-res` --- ### 📝 Commits (7) - [`8d811df`](https://github.com/langgenius/dify/commit/8d811df9d3160351e78b3cf5b6b94c426253521b) feat:btn - [`05ea8e0`](https://github.com/langgenius/dify/commit/05ea8e014e6130273e61681558de8737085e4dfd) Merge branch 'main' into feat/support-download-res - [`8d40b9b`](https://github.com/langgenius/dify/commit/8d40b9bbb231094dbed2cf775253d01c0ce98428) feat: ui - [`8441453`](https://github.com/langgenius/dify/commit/844145336b4b3833401c23f6d23191647f06bed7) feat: ui - [`45437a5`](https://github.com/langgenius/dify/commit/45437a51f0ead8d1f205cb9a8a0bad3ff60c54fb) fix: enchance style - [`bed0a28`](https://github.com/langgenius/dify/commit/bed0a286c8d487d4ea03fe56555c76c859e9bb1b) feat: gen res - [`676e736`](https://github.com/langgenius/dify/commit/676e7360c999d69295fbc6bab5bb2cc692676684) fix: download show ### 📊 Changes **7 files changed** (+90 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/share/text-generation/index.tsx` (+40 -12) 📝 `web/app/components/share/text-generation/result/index.tsx` (+5 -5) ➕ `web/app/components/share/text-generation/run-batch/res-download/index.tsx` (+41 -0) 📝 `web/i18n/lang/common.en.ts` (+1 -0) 📝 `web/i18n/lang/common.zh.ts` (+1 -0) 📝 `web/i18n/lang/share-app.en.ts` (+1 -0) 📝 `web/i18n/lang/share-app.zh.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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-21 20:19:13 -05:00
yindo closed this issue 2026-02-21 20:19:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22553