Disable runtime actions when disconnected - #157
Conversation
6732e8b to
671e333
Compare
|
Implemented the requested runtime-disconnected action handling and added test coverage for the affected behavior. All checks are passing from my side now (11/11). |
|
@asthasinghcs follow proper pr template |
|
hi @0-Shimanshu i have updated the PR description to follow the template and linked the related issue. |
|
@asthasinghcs you need to attach ss of the change you made in the tui |
|
Hi @0-Shimanshu, I have updated the PR description, attached screenshots of the Events and Audit disconnected-state UI, and verified that all checks are passing on my side. |
|
Hi @0-Shimanshu, Just following up on this PR. I have addressed the requested changes, updated the PR description, attached the required screenshots, and all checks are passing. Whenever you have time, I'd appreciate a review. Thanks. |
|
Hi @0-Shimanshu , kindly look into this whenever you have time, and if there are any further updates needed. |
|
hi @0-Shimanshu kindly look into this, whenever you have time. thank you! |
|
hi @0-Shimanshu and @Wahid7852 kindly give this a look, whenever y'all have time :) |
|
Looks good to me overall. |
Summary
Disable runtime actions when the application is disconnected.
Added action availability handling for the Events and Audit screens and added test coverage for disconnected-state behavior.
Why
Runtime-dependent actions should not appear available when there is no active runtime connection. This change ensures those actions are disabled and provide clear feedback to the user.
Scope
Verification
How did you verify the change?
Commands run:
Notes:
Signal-specific notes
Signal type:
trackA)trackB)Source, reproducer, or proof:
N/A
Benign case checked:
N/A
Performance note:
N/A
TUI notes
Events screen (after)
Disconnected state showing runtime actions disabled and unavailable reasons displayed in the status panel.
Audit screen (after)
Disconnected state showing runtime actions disabled and unavailable actions visually indicated.
Local-only file check
adiuvare.yamlor localconftest.pychangesRelated issue
Closes #11