Skip to content

Make time selection more precise

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 13:04
4860140

Summary

Add precise time selection for graphs and show loading indicators when waiting for them to load. Refactor the code to be less repetitive and more consistent.

Contents (#23)

Enhancements

  • Add hour/minute/second selectors to sensor tabs and improve their layout
  • Add loading indicators for graphs
  • Cache sensor types
  • Set log level to debug
  • Set Aerosense logo as favicon

Fixes

  • Set pressure profile date picker to valid initial date

Refactoring

  • Factor out creation of tabs layouts into functions
  • Move tab layouts into layouts module
  • Combine SensorSelect and YAxisSelect components
  • Rename Nav component to Navigation