Allow custom 2nd line in state-info#253
Conversation
|
@andrey-git, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob to be a potential reviewer. |
|
I don't like this. Although I am fine with supporting custom UI, I don't want to complicate our UI so it can be used in custom UI. |
|
I could fork the The The I could remove the It would even be possible to just add the |
|
Overriding some mixin so you can use a component sounds like a bad API. The APi itself with My concern is that since the default UI is not using this, it will not be tested when we make changes. |
|
Here you go - polymer tests setup :) Tests for this specific element will be written after that PR is submitted :) |
|
okay, you win 😜 Test foundation merged. |
|
Haha what a good strategy, tests as candy :-D |
|
After #256 is merged I'll add tests to this PR |
|
Merged the test PR. |
|
Tests added. Travis run with extra browsers: https://travis-ci.org/andrey-git/home-assistant-polymer/jobs/220284040 |
In Docusaurus V2 alpha 58 which should drop any moment via dependabot, there is a breaking change that a page will not be built for /docs which we currently have as the getting started guide. This PR just puts in a quick redirect to cover that. Also fixes some errors in the last ones (my bad)
Allow custom 2nd line in state-info.
To be used in custom UI.
Usage:
I didn't find a way to change
line-heightbased on existing-vs-missing slot so I used an extra optional attribute for it.