-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add GenericIndicator
mini-widget to display generic data
#411
Add GenericIndicator
mini-widget to display generic data
#411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a missing fixup commit in the middle of the PR, also, canso we add a background over each icon to make it more clear there you can click or choose one of them, like a button background or something, to give a bit more of contrast.
This will be used for storing generic data that does not belong anywhere else.
Will add some modification on hovering to tip on that. |
784ddbb
to
cdefe3e
Compare
Added modified bg color on hover for clarification. |
This widget is used for displaying data from the `genericVariables` property of the vehicle.
cdefe3e
to
57c7767
Compare
To start, it allows displaying data inside the
genericVariables
object, which is currently being populated by theNAMED_VALUE_FLOAT
messages from Ardupilot.Fix #410.