dash: manual Refresh control for stats and pending views - #448
Merged
Conversation
Closes DobermanCore#444. Adds a Refresh button to the Recent decisions header row (outside .topbar-right, per the issue's heads-up) that calls the existing refreshStats()/refreshPending() — no new endpoint. Shell markup asserted in test_dash_polish.
Collaborator
|
Merged, thanks @slegarraga! You read the heads-up in #444 and kept the button out of the top bar, and that one choice saved two other in-flight dashboard PRs from a conflict. If you want another dash one, #435 (level-3) adds a verdict filter to the live feed. |
Contributor
Author
|
Thank you for the careful review and merge, @fu351! I am glad keeping Refresh out of the top bar fit cleanly with the other dashboard work. Happy to help with follow-ups whenever useful. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #444.
Adds a
Refreshbutton to theRecent decisionsheader row (deliberately not in.topbar-right, per the issue's heads-up about #401/#415) that calls the existingrefreshStats()/refreshPending(). No new endpoint, no polling changes.tests/unit/test_dash_polish.py(button + click handler wiring)ruff checkandruff format --checkcleanmain