* Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0)
---
updated-dependencies:
- dependency-name: eslint-config-airbnb-base
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Set new rules to warn for now
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
* Bump eslint-plugin-lit from 1.6.1 to 1.8.2
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.6.1 to 1.8.2.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.6.1...v1.8.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-lit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Set new rules to warn for now
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
* Use patch for `@lit-labs/virtualizer`
* Re-organize
* Use original for patch
* Also patch import of EventTarget polyfill
* Delete EventTarget-ponyfill.js
* Prettier
* Replace sequence matcher with VS Code's score-based implementation
* Remove everything not related to fuzzyScore and matchSubstring
* Fix bug when filter length <= 3
* Add licensing and credit to Microsoft
* Remove unnecessary character codes
* Remove old sequence matcher, update tests, fix issue with not finding best score in list of words
* Remove unnecessary sequence precheck, refactor client api to remove array
* Fix issue with score sorting not implemented correctly and thus not actually sorting by score
* Update src/common/string/filter/sequence-matching.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Remove unnecessary string return from fuzzy matcher. Clean up code
* Remove globals from filter. Move sorting logic into matcher
* Update function description, make score property optional.
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* WIP
* remove big calendar
* remove file
* Convert to lit
* More
* Ready for the public to see? prob not
* Fix types and imports
* Remove dependencies
* ignore the typing that hasnt been finished in Beta
* Convert paper to MWC
* Styling
* View list as name of view | MWC components version
* Updates action directive for ripple. MWC 14.1.0
* Update
* Updates
* Update height styling
* Toggle Button Group
* Adds Toggle group transition
* style updates
* Few fixes
* Fix Yarn lock from merge | height of celndar as parent
* Update package Json and yarn | remove unneeded pkg
* Remove mwc-list
* Search hass.states for calendars instead of api
* Move function to file in data | event fetch logic
* compute state name
* add ha button menu | refresh
* Remove Event ffetch logic
* copy pasta
* Types
* Fix for toggling
* Translations
* Update ha-button-toggle-group
* Update ha-button-toggle-group.ts
* Update ha-button-toggle-group.ts
* Change mobile view
* Locale in fullcalendar
* Comments
* ha-button-menu trigger slot
* Comments
* icon-x
* Update src/panels/calendar/ha-panel-calendar.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Update src/panels/calendar/ha-panel-calendar.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* chartjs test
* [WIP] Modified for Chart.js
* Tweaking styles ( tooltips and lines )
* Almost done
TODO:
Change tooltips to HTML tag
Improve color function
* More work on Tooltips
* Improve update logic
Fix linting
* resolve conflict
* [WIP]
Create new tooltip mode hack.
Add axis padding to top and botton to prevent axis cutoff
* TODO: cleanup
* FIXME: tooltip in history graph not working correctly
reorganize some code
* fix build problem
* Fix color and tooltip issue
Fix label max width for timeline chart
* update dep
* Fix strange color after build due to `uglify` bug with reference the minified version.
Make line chart behavior more similar to Google Charts.
Make the chart honor to `unknown` and other state by manually calculate point value.
* fix bugs
* Remove label for only one data in timeline chart.
Fix bug for infinite loop in some cases
* Add HTML legend to chart.
* Fix isSingleDevice bug due to calculation.
Add isSingleDevice property support.
* fix for lint
* Replace innerHTML code with polymer node.
* Replace tooltip with HTML code
* fix tooltip style
* move default tooltip mode to plugin
* LINTING
* fix
Move localize history data to Timeline Chart.
Fix timeline static color.
Rework on chart resize.
* Bug fix:
Chart may disappear on some case.
Timeline chart calculation issue.
Change timeline chart hidden logic.
* fix tooltip
rework for resize event
* lint
* element
* Replace `var` to `let`.
Move import and ChartJs injection code to `ha-chart-scripts.html`.
* lint: convert more let to const
* fix font
fix undef
* update bower.json
* move
* Load chart code on demand