breethe-client icon indicating copy to clipboard operation
breethe-client copied to clipboard

Air Quality Data for Locations around the World

Results 29 breethe-client issues
Sort by recently updated
recently updated
newest added

Bumps [css-what](https://github.com/fb55/css-what) from 5.0.0 to 5.0.1. Release notes Sourced from css-what's releases. v5.0.1 Fixes: Hand-roll attribute parsing (#503) 4cdaacf Attribute values are slightly more permissive now. Ensures attribute parsing will...

dependencies

Bumps [navigo](https://github.com/krasimir/navigo) from 7.1.2 to 8.11.1. Changelog Sourced from navigo's changelog. 8.11.1 Fixing a bug with history items when using hash based routing. 8.11.0 Export to es5. A webpack config...

dependencies

Currently, we're not optimizing the CSS we're shipping in production.

bug

During EmberFest, @rondale_sc told me that it is now possible to pass variables to the test template context. This enables us to write several integration tests that we had pending.

The canvas is only as high as the viewport not as the actual content: ![img_1339](https://user-images.githubusercontent.com/1510/44030471-34df25aa-9f01-11e8-9825-5b0373512a54.png)

bug

I used [aXe](https://www.axe-core.org/) Chrome extension to check accessibility issues on our app. The audit by this tool reported 8 issues regarding missing aria attributes, content landmarks and color contrasts. I'm...

Whenever we read new data for anything, we should clear old data so we don't keep growing IndexedDB. In particular old measurement points are never used again and can be...

![screen shot 2018-05-30 at 14 53 27](https://user-images.githubusercontent.com/3627301/40721275-4c2792f6-6419-11e8-94ef-a026b6d5f1d9.png) The values don't mean anything by themselves without a scale. My suggestion would be a bar graph running from left to right on...