rapyuta-robotics / zethus

Realtime robot data visualization in the browser
https://rapyuta-robotics.github.io/zethus/
Apache License 2.0
118 stars 18 forks source link

Move zethus component configuration from state to state property #78

Closed seadeep42 closed 4 years ago

seadeep42 commented 4 years ago

updateConfiguration previously set the property state on state. Renamed it to configuration and changed other functions to handle the same. This will also be useful later when zethus component needs other things in state and not just the config.

Minor CSS fixes for panels to cover width and not overflow