You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As proposed by cdussieux, we would like to use VizBox as an alternative HRI during the robocup. I noticed that the webpage is not responsive and it can be quiet annoying since we will display the page on a tablet.
Using Bootstrap in order to make every components responsive seems a good idea on my side, what do you think about it ?
I also noticed that the area where messages are written is not dynamic and we have to scroll to read messages. Maybe we can make the size of the div fixed and add a scrollbar in it when the flow of messages can be whole displayed.
We are working on these changes and would like to merge them as contribution.
Thanks.
The text was updated successfully, but these errors were encountered:
That would be great! I'm not a web developer and javascript is not my forte, so I'm quite open to this kind of PRs.
Please be careful with pulling in external dependencies, ideally the javascript-files are served from the robot hosting the webpage, without a need for internet connection (which can be spotty at RoboCup).
Hi,
As proposed by cdussieux, we would like to use VizBox as an alternative HRI during the robocup. I noticed that the webpage is not responsive and it can be quiet annoying since we will display the page on a tablet.
Using Bootstrap in order to make every components responsive seems a good idea on my side, what do you think about it ?
I also noticed that the area where messages are written is not dynamic and we have to scroll to read messages. Maybe we can make the size of the div fixed and add a scrollbar in it when the flow of messages can be whole displayed.
We are working on these changes and would like to merge them as contribution.
Thanks.
The text was updated successfully, but these errors were encountered: