mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Address brand filter review comments (#31203)
This commit is contained in:
parent
fbbb01d9ae
commit
5254afa9df
@ -34,7 +34,7 @@ regenerate: false
|
|||||||
<a href='#all' class="btn">All ({{tot}})</a>
|
<a href='#all' class="btn">All ({{tot}})</a>
|
||||||
<div class="featured">
|
<div class="featured">
|
||||||
<a href='#featured' class="btn">Featured</a>
|
<a href='#featured' class="btn">Featured</a>
|
||||||
<a href='#works-with-home-assistant' class="btn">Partners</a>
|
<a href='#works-with-home-assistant' class="btn">Partner brands</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="version_select">Added in: <select name="versions">
|
<div class="version_select">Added in: <select name="versions">
|
||||||
<option value="#"></option>
|
<option value="#"></option>
|
||||||
@ -213,7 +213,7 @@ allComponents.pop(); // remove placeholder element at the end
|
|||||||
return comp.featured;
|
return comp.featured;
|
||||||
};
|
};
|
||||||
|
|
||||||
} else if (hash === '#works-with-home-assistant' || hash === '') {
|
} else if (hash === '#works-with-home-assistant') {
|
||||||
// only show those partners of the Works with Home Assistant program
|
// only show those partners of the Works with Home Assistant program
|
||||||
filter = function (comp) {
|
filter = function (comp) {
|
||||||
return comp.wwha;
|
return comp.wwha;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user