[PR #26293] refactor: simplify plugin task handling and improve UI feedback #31382

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

Original Pull Request: https://github.com/langgenius/dify/pull/26293

State: closed
Merged: Yes


  • Removed unused state and effects related to opacity in plugin task status.
  • Enhanced the handling of running, success, and error plugins in the UI.
  • Updated translations for better clarity on plugin installation statuses.
  • Improved the structure of the plugin tasks display to better reflect current states.

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fix #26292

Screenshots

Before After
... CleanShot 2025-09-26 at 16 52 26
... CleanShot 2025-09-26 at 16 52 07
... CleanShot 2025-09-26 at 16 51 46
CleanShot 2025-09-26 at 16 51 40

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/26293 **State:** closed **Merged:** Yes --- - Removed unused state and effects related to opacity in plugin task status. - Enhanced the handling of running, success, and error plugins in the UI. - Updated translations for better clarity on plugin installation statuses. - Improved the structure of the plugin tasks display to better reflect current states. > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 1. Ensure there is an associated issue and you have been assigned to it > 1. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary fix #26292 <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ## Screenshots | Before | After | |--------|-------| | ... | <img width="440" height="239" alt="CleanShot 2025-09-26 at 16 52 26" src="https://github.com/user-attachments/assets/418d22a6-3cf7-408b-a201-b7a40dd51073" />| | ... |<img width="445" height="184" alt="CleanShot 2025-09-26 at 16 52 07" src="https://github.com/user-attachments/assets/f755b5f2-e2bc-4fe8-b9ec-09aed41df3d7" />| | ... | <img width="450" height="182" alt="CleanShot 2025-09-26 at 16 51 46" src="https://github.com/user-attachments/assets/ecd33f58-d2e9-44f3-b6b0-1de12cdd57eb" />| <img width="413" height="179" alt="CleanShot 2025-09-26 at 16 51 40" src="https://github.com/user-attachments/assets/711193d0-e3c7-4ed0-af65-c8e9518dd6d3" /> ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:49:21 -05:00
yindo closed this issue 2026-02-21 20:49:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31382