[PR #1061] [MERGED] feat: siderbar operation support portal #22869

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

📋 Pull Request Information

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

Base: mainHead: feat/op-dropdown-support-portal


📝 Commits (5)

📊 Changes

13 files changed (+1971 additions, -1587 deletions)

View changed files

📝 web/app/components/base/confirm/index.tsx (+1 -1)
📝 web/app/components/base/portal-to-follow-elem/index.tsx (+156 -73)
web/app/components/base/select-support-portal/index.tsx (+0 -73)
📝 web/app/components/explore/item-operation/index.tsx (+37 -16)
📝 web/app/components/explore/item-operation/style.module.css (+2 -4)
📝 web/app/components/explore/sidebar/app-nav-item/index.tsx (+9 -11)
📝 web/app/components/explore/sidebar/app-nav-item/style.module.css (+0 -8)
📝 web/app/components/explore/sidebar/index.tsx (+1 -1)
📝 web/app/components/share/chat/sidebar/list/index.tsx (+11 -44)
web/app/components/share/chat/sidebar/list/item.tsx (+77 -0)
web/app/components/share/chat/sidebar/list/style.module.css (+0 -7)
📝 web/package.json (+1 -0)
📝 web/yarn.lock (+1676 -1349)

📄 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/1061 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 8/31/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/op-dropdown-support-portal` --- ### 📝 Commits (5) - [`e5c64e5`](https://github.com/langgenius/dify/commit/e5c64e5048605e5eaff21ae8470f38f61ac94285) feat: portal - [`219d4b0`](https://github.com/langgenius/dify/commit/219d4b061fb16f4052d9584335129d3d5b8a11e8) feat: item option ui - [`9159c2d`](https://github.com/langgenius/dify/commit/9159c2d86a092c042af32b638620d38e78538a66) feat: siderbar mouse out hide - [`9f0b54d`](https://github.com/langgenius/dify/commit/9f0b54d06246e04aca406b4fca1ace65f821156a) feat: explore sidebar support protal operation - [`17044eb`](https://github.com/langgenius/dify/commit/17044eb880ee69ee7d2d024f5a4c8390b6c67557) chore: enchance ### 📊 Changes **13 files changed** (+1971 additions, -1587 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/base/confirm/index.tsx` (+1 -1) 📝 `web/app/components/base/portal-to-follow-elem/index.tsx` (+156 -73) ➖ `web/app/components/base/select-support-portal/index.tsx` (+0 -73) 📝 `web/app/components/explore/item-operation/index.tsx` (+37 -16) 📝 `web/app/components/explore/item-operation/style.module.css` (+2 -4) 📝 `web/app/components/explore/sidebar/app-nav-item/index.tsx` (+9 -11) 📝 `web/app/components/explore/sidebar/app-nav-item/style.module.css` (+0 -8) 📝 `web/app/components/explore/sidebar/index.tsx` (+1 -1) 📝 `web/app/components/share/chat/sidebar/list/index.tsx` (+11 -44) ➕ `web/app/components/share/chat/sidebar/list/item.tsx` (+77 -0) ➖ `web/app/components/share/chat/sidebar/list/style.module.css` (+0 -7) 📝 `web/package.json` (+1 -0) 📝 `web/yarn.lock` (+1676 -1349) </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:56 -05:00
yindo closed this issue 2026-02-21 20:19:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22869