grid organize device values (airthings dashboard)

11/21/2023, 2:01:51 PM add some classes and re-style the dashboard that shows device sensor data, using CSS grid.

这些是代码更新过的版本。 显示所有版本

  • v1.2 2023-11-26

    increase matcher (so wherever you enter the SPA it should work)

  • v1.1 2023-11-23

    run on every rerender of document.body, the site is an SPA and so it's hard to know what's stable. Not spending more time to "optimize" this app for the occasional glance at some graphs! (in a perfect world, the better solution is to listen & rerun on SPA route changes)

  • v1.0 2023-11-21