add padding to cardsAdd time/day to eachlive timealternate colors for each row item in card to easily follow acrossattach an icon mapped to summary per card40.0% -> 40%temperature at top, someow regressedtoFixed() for css values generated by scriptmove summary and dropdown out of DataBlock, summary should only display once , dropdow is not per DataBlock, move current.summary from datablock to headermak header slightly smaller in heightimprove More buttonlive clock in with a "last updated: 7 mins ago" below it and button to refreshpage to limit N elements per scroll (like insta) until we get to the end (limit) of available data- request params (branch created)
- option to select °C or °F (must reflect requestParams.units)
- let user select location (time machine request). google maps iframe
- select previous time (time machine request) that gives us the coordinates of the chosen location?
add a refresh button to refetch the data (branch created)minutely cards are weird, fix it- use css to alternate row colors (branch created)
- localTime is only used by , cut the overhead by making it a state property of
- cleanup components/DataBlockCard.js
- rename state.localTime -> state.freshTime
- inline TODOs
- seperation of concerns: e.g. components/Refresh.js now has a lil more action. Maybe put all handler stuff in decorators/Loading.js to keep components/* strictly presentation-wise