-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New action to reload an individual view and all of its children #7343
Labels
Milestone
Comments
15 tasks
15 tasks
To test:
|
unlikelyzero
added
type:feature
Feature. Required intentional design
and removed
type:enhancement
labels
Jan 9, 2024
Verified in Testathon on 01/25/23 (tested using SWG alphanumerics, a notebook, a telemetry table, and a gauge) |
Verified Testathon 1/25/24 |
charlesh88
added a commit
that referenced
this issue
Mar 1, 2024
- Fixed an oversight that caused the top of form dialogs to be scrolled out of view by default. - Fixed approach to vertical centering for `-fit` type confirmation dialogs. - Reduced size of confirmation dialog icons. - Smoke tested in Chrome mobile emulator in a large variety of mobile viewport sizes and orientations.
charlesh88
added a commit
that referenced
this issue
Mar 1, 2024
unlikelyzero
added a commit
that referenced
this issue
Mar 3, 2024
* Make overlay messages centered * Fix changes so that only dialogs and not forms are affected * Fix buttons such that they are right-aligned * Reduce to one worker for stability * Add test to cover new capabilities * lint fixes * Closes #7343 - Fixed an oversight that caused the top of form dialogs to be scrolled out of view by default. - Fixed approach to vertical centering for `-fit` type confirmation dialogs. - Reduced size of confirmation dialog icons. - Smoke tested in Chrome mobile emulator in a large variety of mobile viewport sizes and orientations. * Closes #7343 - Removes extra margin unintentionally added to `l-overlay-large`. --------- Co-authored-by: John Hill <[email protected]> Co-authored-by: Charles Hacskaylo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
There are situations where it is useful to be able to reload the telemetry in an individual view either because it's embedded within a complex layout, or simply to avoid incurring the cost of a browser refresh. An example of this case is when telemetry throttling results in telemetry being dropped. It may be possible to recover the dropped telemetry by re-requesting historical data.
Describe the solution you'd like
A new action in a view's menu that triggers an individual view to be reloaded.
Ideally we would more selectively reload just the telemetry such that we do not lose any ephemeral configuration that the user has defined. This is significantly more work though, and requires new API, modifications to all existing screens, and imposes a new requirement on developers to support it.
The text was updated successfully, but these errors were encountered: