[PR #84] [MERGED] Feature/style adjust: add scrolling to a container, #22300

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

📋 Pull Request Information

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

Base: deploy/devHead: feature/style-adjust


📝 Commits (7)

  • 74d9546 Feat/support copy apikey and chat message (#62)
  • ce492d1 feat: gpt4 max token set to 8k (#67)
  • 0587ff0 fix: remove empty segment in splitter (#68)
  • f8eefa3 feat: add redis ssl support (#65)
  • 15f9325 fix: settings modal (#74)
  • a4481a3 fix: prompt no blank too long break ui (#81)
  • fa183b5 feat(dialog: style)add scrolling to a container

📊 Changes

19 files changed (+137 additions, -10 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/configuration/prompt-value-panel/index.tsx (+1 -1)
📝 web/app/components/app/log/list.tsx (+1 -1)
📝 web/app/components/app/overview/customize/index.tsx (+1 -1)
📝 web/app/components/base/block-input/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/84 **Author:** [@GarfieldLucy](https://github.com/GarfieldLucy) **Created:** 5/17/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `deploy/dev` ← **Head:** `feature/style-adjust` --- ### 📝 Commits (7) - [`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) - [`15f9325`](https://github.com/langgenius/dify/commit/15f932573a066fdd94e507709f6087b0ae7bb5f2) fix: settings modal (#74) - [`a4481a3`](https://github.com/langgenius/dify/commit/a4481a3f29a843a955cb4ad69b70a29c2e9448e5) fix: prompt no blank too long break ui (#81) - [`fa183b5`](https://github.com/langgenius/dify/commit/fa183b525da7b36489023d4ec495b2ee961e5f28) feat(dialog: style)add scrolling to a container ### 📊 Changes **19 files changed** (+137 additions, -10 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/configuration/prompt-value-panel/index.tsx` (+1 -1) 📝 `web/app/components/app/log/list.tsx` (+1 -1) 📝 `web/app/components/app/overview/customize/index.tsx` (+1 -1) 📝 `web/app/components/base/block-input/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:39 -05:00
yindo closed this issue 2026-02-21 20:18:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22300