mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
change filter value
This commit is contained in:
parent
d89393f8ea
commit
3cc7f09436
@ -4,7 +4,7 @@ import "encoding/json"
|
||||
|
||||
func settingsDefaults() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"filter": "all",
|
||||
"filter": "",
|
||||
"feed_list_width": 300,
|
||||
"item_list_width": 300,
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
<div class="p-2">
|
||||
<div class="mb-5">
|
||||
<label class="nav-select">
|
||||
<input type="radio" name="filter" value="all" v-model="filterSelected">
|
||||
<input type="radio" name="filter" value="" v-model="filterSelected">
|
||||
<div class="menu-item d-flex align-items-center w-100">
|
||||
<img src="./static/images/circle-full.svg" alt="" class="nav-icon">
|
||||
<span class="flex-fill text-left text-truncate">All</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user