mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update index.html
This commit is contained in:
parent
f9593e9d20
commit
284ef54e3b
1 changed files with 5 additions and 4 deletions
|
@ -65,6 +65,7 @@
|
||||||
class="card mb-3 is-shadowless"
|
class="card mb-3 is-shadowless"
|
||||||
style="border: 1px solid #dbdbdb"
|
style="border: 1px solid #dbdbdb"
|
||||||
x-data="{
|
x-data="{
|
||||||
|
count: 0,
|
||||||
get countryChannels() {
|
get countryChannels() {
|
||||||
if (!_query) return country.channels
|
if (!_query) return country.channels
|
||||||
|
|
||||||
|
@ -74,6 +75,9 @@
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
x-show="countryChannels.length > 0"
|
x-show="countryChannels.length > 0"
|
||||||
|
x-init="$watch('countryChannels', value => {
|
||||||
|
count = value.length
|
||||||
|
})"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="card-header is-shadowless is-clickable"
|
class="card-header is-shadowless is-clickable"
|
||||||
|
@ -105,10 +109,7 @@
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="card-content" x-show="country.expanded || (count > 0 && _query.length)">
|
||||||
class="card-content"
|
|
||||||
x-show="country.expanded || (countryChannels.length && _query.length)"
|
|
||||||
>
|
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<table class="table is-fullwidth">
|
<table class="table is-fullwidth">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue