[PR #73] [MERGED] Fix/settings modal #22292

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/73
Author: @zxhlyh
Created: 5/17/2023
Status: Merged
Merged: 5/17/2023
Merged by: @zxhlyh

Base: deploy/devHead: fix/settings-modal


📝 Commits (5)

📊 Changes

16 files changed (+134 additions, -7 deletions)

View changed files

📝 api/config.py (+7 -0)
📝 api/core/indexing_runner.py (+1 -1)
📝 api/extensions/ext_celery.py (+15 -0)
📝 api/extensions/ext_redis.py (+7 -2)
📝 api/extensions/ext_session.py (+7 -1)
📝 docker/docker-compose.yaml (+6 -0)
web/app/components/app/chat/copy-btn/index.tsx (+44 -0)
web/app/components/app/chat/copy-btn/style.module.css (+15 -0)
📝 web/app/components/app/chat/index.tsx (+5 -0)
📝 web/app/components/app/chat/style.module.css (+8 -0)
📝 web/app/components/app/configuration/config-model/index.tsx (+12 -1)
📝 web/app/components/app/overview/customize/index.tsx (+1 -1)
📝 web/app/components/base/modal/index.tsx (+3 -1)
📝 web/app/components/header/account-setting/index.tsx (+1 -0)
📝 web/i18n/lang/common.en.ts (+1 -0)
📝 web/i18n/lang/common.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/73 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 5/17/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `deploy/dev` ← **Head:** `fix/settings-modal` --- ### 📝 Commits (5) - [`74d9546`](https://github.com/langgenius/dify/commit/74d954610f7fc4c0b3807af1119384af091b663e) Feat/support copy apikey and chat message (#62) - [`ce492d1`](https://github.com/langgenius/dify/commit/ce492d13f1103ede305a01cfd3feee8ffecdea8d) feat: gpt4 max token set to 8k (#67) - [`0587ff0`](https://github.com/langgenius/dify/commit/0587ff0fba3ac73c2bbdd8a84c7fe81103ab12ed) fix: remove empty segment in splitter (#68) - [`f8eefa3`](https://github.com/langgenius/dify/commit/f8eefa31fef49f96e790c27c0fbf4c1ec7355f8d) feat: add redis ssl support (#65) - [`374754b`](https://github.com/langgenius/dify/commit/374754b0988ebc575fc3c1ce8e8c80e3c3fedc80) fix: settings modal ### 📊 Changes **16 files changed** (+134 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `api/config.py` (+7 -0) 📝 `api/core/indexing_runner.py` (+1 -1) 📝 `api/extensions/ext_celery.py` (+15 -0) 📝 `api/extensions/ext_redis.py` (+7 -2) 📝 `api/extensions/ext_session.py` (+7 -1) 📝 `docker/docker-compose.yaml` (+6 -0) ➕ `web/app/components/app/chat/copy-btn/index.tsx` (+44 -0) ➕ `web/app/components/app/chat/copy-btn/style.module.css` (+15 -0) 📝 `web/app/components/app/chat/index.tsx` (+5 -0) 📝 `web/app/components/app/chat/style.module.css` (+8 -0) 📝 `web/app/components/app/configuration/config-model/index.tsx` (+12 -1) 📝 `web/app/components/app/overview/customize/index.tsx` (+1 -1) 📝 `web/app/components/base/modal/index.tsx` (+3 -1) 📝 `web/app/components/header/account-setting/index.tsx` (+1 -0) 📝 `web/i18n/lang/common.en.ts` (+1 -0) 📝 `web/i18n/lang/common.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:18:38 -05:00
yindo closed this issue 2026-02-21 20:18:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22292