mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[GH-ISSUE #398] Convert Bottom-Right “Syncing” Toast into Bubble #255
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @charanm927 on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/398
Originally assigned to: @manikanta9176 on GitHub.
Description:
Update the current bottom-right toast notification (which says "Syncing") into a persistent, expandable bubble UI. This bubble should also be capable of displaying terminal output, so users can monitor real-time logs while syncing or performing other actions.
Acceptance Criteria:
Benefits:
@manikanta9176 commented on GitHub (Aug 18, 2025):
It would be better to display the running queues of each server using BullMQ. We could show the current state of each server’s queue, including:
This will provide a more dynamic and real-time overview of the tasks being processed on each server, making it easier for users to track progress and troubleshoot issues directly from the bubble without leaving the page.