* don't call filterchanged twice. it's already an observer.
* fix data comparison
Compare new data from ha-state-history-data to existing data and replace
if changed
* remove unnecessary styles
* prevent multiple updates of chart-data
* remove console
* remove another console
* directly binding because debouncing in history-data element
shortening debounce time, works fine at 0
* remove inacurate comment
* remove tap highlight
* indentation fix
removing tab that was already there
* Best of both worlds
Makes tap higlight visible on clickable elements on cards. (provides
some basic tap-feedback on iOS safari)
* allow highlight on sidebar links, add comment
* prevent state display line-wrapping
Only for applies to default statecards (state-card-display), not for
component specific statecards.
* compute class names function
* apply style to calculated class
* var -> const
* Fix global default definition selector
* taking the brute force approach
* Some clarification in comment.
Feel free to change or remove. I thought this would be usefull as this
is a severe code duplacation that justifies some comment/clarification.
* Add link to PR/discussion for future reference
* Revert "taking the brute force approach"
This reverts commit 77d9920cd9c2c77c4bfc9a601c122e31e55ec6a4.
# Conflicts:
# src/resources/ha-style.html
* change comment
* always include paper-styles before custom style
* Hass.io switch to tab navigation
* Fixes
* Changes based on feedback
* Fix main
* move header back to main
* Remove space
* Navigation as suggested, replaced iron-pages
* Do not overwrite the context of JSONTextField while the user is editing such
* Style changes
* Handle case where valid JSON could potentially be overwritten.
When switching to always loading the resources on demand, I forgot to change the default value to be always false instead of dev. This caused the charts not to load in dev.
* Added supported features for controls
* Improved supported features
* Removed lines resulted from rebase
* Fixed lint and review
* Added more supported_features and fixed fan mode bug