-
Notifications
You must be signed in to change notification settings - Fork 309
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
Live data split view interaction #7346
Comments
@KrishnaIyer here is a solution to make the |
This looks great and will definitely improve this view. Thanks |
@KrishnaIyer Lets think about where we would store the data that the explanation tooltip has been seen, if its just a cookie it will be annoying ask it will open for every browser. Do we have something like last login date that could be used to hide and show this. Do we have somewhere we can store this small bits of data for ui elements |
Yeah this setting should be in the UserConsolePreferences. @ryaplots: Can you add the backend support for this? |
Summary
Improve the live data split view interaction.
Current Situation / Problem
On a end device or gateway screen, we have a feature that allows user to always keep an eye on the live data of that device.
But the floating button to access it is not visible enough and people don't notice it.
Why do we need this? Who uses it, and when?
This feature is used to be able to do debugging, and make some editing on devices and always have a look on the live data. It make life of the user easier since he or she doesn't have to switch page many time to check if the device receives data.
Proposed Implementation / Solution
1 - Improve the floating button visibility (see screenshot below)
2 - Show an explanation tooltip when the user first access this page (see screenshot below)
Contributing
Validation
Code of Conduct
The text was updated successfully, but these errors were encountered: