mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
Update index.html
This commit is contained in:
parent
d314b31071
commit
e99a2655cb
1 changed files with 30 additions and 25 deletions
|
@ -30,6 +30,8 @@
|
|||
<div class="columns is-centered">
|
||||
<div class="column is-9">
|
||||
<form class="mb-5" @submit.prevent="search()">
|
||||
<div class="field-body">
|
||||
<div class="field is-expanded">
|
||||
<div class="field has-addons">
|
||||
<div class="control is-expanded">
|
||||
<input
|
||||
|
@ -56,13 +58,16 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p v-if="!isLoading" class="help">Found {{ filtered.length.toLocaleString() }} channels</p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div v-show="isLoading" class="level">
|
||||
<div class="level-item">Loading...</div>
|
||||
</div>
|
||||
|
||||
<country-item v-for="item in items" :item="item" :norm-query="normQuery" :reg-query="regQuery"></country-item>
|
||||
<country-item v-for="country in countries" :country="country" :channels="grouped[country.code]" :norm-query="normQuery" :reg-query="regQuery"></country-item>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue