[PR #1056] [MERGED] feat: support rename conversation #22863

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1056
Author: @iamjoel
Created: 8/30/2023
Status: Merged
Merged: 8/30/2023
Merged by: @iamjoel

Base: mainHead: feat/support-rename-conversation


📝 Commits (7)

  • 4aaaf16 feat: support rename conversation
  • 0817f3a feat: add icon name
  • d38ac9a feat: installed app support conversation name
  • 7fc7a83 feat: unverval conversation rename
  • 7ee6627 fix: mobile style bug
  • d23a918 fix: sync to title name
  • 257d907 fix: mobile modal index

📊 Changes

118 files changed (+459 additions, -16 deletions)

View changed files

📝 web/app/components/app/chat/index.tsx (+2 -0)
web/app/components/base/icons/assets/vender/line/general/pin-02.svg (+3 -0)
📝 web/app/components/base/icons/script.js (+2 -0)
📝 web/app/components/base/icons/src/public/common/Dify.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/common/Github.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/common/MessageChatSquare.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/files/Csv.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/files/Md.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Anthropic.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/AnthropicText.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/AzureOpenaiService.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/AzureOpenaiServiceText.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Azureai.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/AzureaiText.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Chatglm.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/ChatglmText.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Gpt3.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Gpt4.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/Huggingface.tsx (+2 -0)
📝 web/app/components/base/icons/src/public/llm/HuggingfaceText.tsx (+2 -0)

...and 80 more files

📄 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/1056 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 8/30/2023 **Status:** ✅ Merged **Merged:** 8/30/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/support-rename-conversation` --- ### 📝 Commits (7) - [`4aaaf16`](https://github.com/langgenius/dify/commit/4aaaf16d8a10d329db3adce2a59b2967ca5d6499) feat: support rename conversation - [`0817f3a`](https://github.com/langgenius/dify/commit/0817f3ac573b1eb143f6ce99da2ecc038d1d30d2) feat: add icon name - [`d38ac9a`](https://github.com/langgenius/dify/commit/d38ac9a6a750f74a2c37b30c88655e82bbcd8e91) feat: installed app support conversation name - [`7fc7a83`](https://github.com/langgenius/dify/commit/7fc7a830efd59041524b07d3e4fe8828a0b484e7) feat: unverval conversation rename - [`7ee6627`](https://github.com/langgenius/dify/commit/7ee662790cda442c748a1c442fb447b6fc2b651b) fix: mobile style bug - [`d23a918`](https://github.com/langgenius/dify/commit/d23a91849e7b2103f76d3a9b0f8547f8dfe925e7) fix: sync to title name - [`257d907`](https://github.com/langgenius/dify/commit/257d90760c050a8cf4510730c5d9eb72eb13186b) fix: mobile modal index ### 📊 Changes **118 files changed** (+459 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/chat/index.tsx` (+2 -0) ➕ `web/app/components/base/icons/assets/vender/line/general/pin-02.svg` (+3 -0) 📝 `web/app/components/base/icons/script.js` (+2 -0) 📝 `web/app/components/base/icons/src/public/common/Dify.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/common/Github.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/common/MessageChatSquare.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/files/Csv.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/files/Md.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Anthropic.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/AnthropicText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/AzureOpenaiService.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/AzureOpenaiServiceText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Azureai.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/AzureaiText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Chatglm.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/ChatglmText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Gpt3.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Gpt4.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/Huggingface.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/public/llm/HuggingfaceText.tsx` (+2 -0) _...and 80 more files_ </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:55 -05:00
yindo closed this issue 2026-02-21 20:19:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22863