[PR #947] [MERGED] Fix/speech to text button #22788

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/947
Author: @zxhlyh
Created: 8/22/2023
Status: Merged
Merged: 8/22/2023
Merged by: @zxhlyh

Base: mainHead: fix/speech-to-text-button


📝 Commits (2)

  • b5606fe fix: speech to text button in application configuration
  • e6e0053 fix: remove info api in dataset

📊 Changes

8 files changed (+35 additions, -246 deletions)

View changed files

📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/page.tsx (+0 -1)
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/welcome-banner.tsx (+0 -200)
📝 web/app/components/app/configuration/config/index.tsx (+4 -4)
📝 web/app/components/app/configuration/debug/index.tsx (+2 -2)
📝 web/app/components/datasets/create/index.tsx (+4 -10)
📝 web/app/components/datasets/documents/detail/settings/index.tsx (+3 -14)
📝 web/app/components/header/account-setting/model-page/index.tsx (+7 -3)
📝 web/context/provider-context.tsx (+15 -12)

📄 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/947 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/22/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `fix/speech-to-text-button` --- ### 📝 Commits (2) - [`b5606fe`](https://github.com/langgenius/dify/commit/b5606fef0357879d34cae303244767a7f01178fd) fix: speech to text button in application configuration - [`e6e0053`](https://github.com/langgenius/dify/commit/e6e0053ed29e94b95fa51ccd95c13782a291b9e7) fix: remove info api in dataset ### 📊 Changes **8 files changed** (+35 additions, -246 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/page.tsx` (+0 -1) ➖ `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/welcome-banner.tsx` (+0 -200) 📝 `web/app/components/app/configuration/config/index.tsx` (+4 -4) 📝 `web/app/components/app/configuration/debug/index.tsx` (+2 -2) 📝 `web/app/components/datasets/create/index.tsx` (+4 -10) 📝 `web/app/components/datasets/documents/detail/settings/index.tsx` (+3 -14) 📝 `web/app/components/header/account-setting/model-page/index.tsx` (+7 -3) 📝 `web/context/provider-context.tsx` (+15 -12) </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:45 -05:00
yindo closed this issue 2026-02-21 20:19:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22788