jaiarobotics / jaiabot

Jaiabot source code
Other
20 stars 2 forks source link

task/move-engineering-button-into-settings-panel #853

Closed michael-jaia closed 3 months ago

michael-jaia commented 3 months ago

Summary

Adds some UI cleanup into the upcoming release. This pull request move the engineering panel into the settings panel. It adds spacing around the panels and the toolbars in the top right corner of the interface. Lastly, it moves the mission speed sliders into the mission panel.

Testing

  1. Open each panel (besides details panels) to verify consistent spacing around borders
  2. Run an SRP mission and verify SPR data updates correctly in the accordion
  3. Clear local storage and open the mission panel. Move the sliders around and watch the local storage values update correctly
  4. Tested on the tablet to ensure the desired look and feel transfers as desired
JRoybot commented 3 months ago

CommandControl line 3629 change <Icon path={mdiCog} size={1.3} title="Map Settings" /> to <Icon path={mdiCog} size={1.3} title="Settings" />

JRoybot commented 3 months ago

image

should there be white space between "Measurements" and "Mission"?