[PR #2957] fix: progress bar issue #23935

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

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

State: closed
Merged: Yes


Description

On the /datasets page, clicking on a delete icon triggers the unexpected appearance of the progress bar. The latest version of the next-nprogress-bar package provides a solution to this issue. However, it might be worth considering redesigning the DatasetCard component, as encapsulating numerous elements within a single Link component is not considered a best practice.

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency upgrade
**Original Pull Request:** https://github.com/langgenius/dify/pull/2957 **State:** closed **Merged:** Yes --- # Description On the `/datasets` page, clicking on a delete icon triggers the unexpected appearance of the progress bar. The latest version of the `next-nprogress-bar` package provides a solution to this issue. However, it might be worth considering redesigning the `DatasetCard` component, as encapsulating numerous elements within a single `Link` component is not considered a best practice. ## Type of Change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [x] Dependency upgrade
yindo added the pull-request label 2026-02-21 20:22:03 -05:00
yindo closed this issue 2026-02-21 20:22:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23935