mirror of
https://github.com/miniflux/v2.git
synced 2025-08-21 18:11:09 +00:00
Change link state when marking all entries as read
This commit is contained in:
parent
9dc38a0803
commit
d4c1677e38
17 changed files with 63 additions and 29 deletions
|
@ -1261,7 +1261,9 @@ var templateViewsMap = map[string]string{
|
|||
<a href="#" data-on-click="markPageAsRead">{{ t "menu.mark_page_as_read" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "markAllAsRead" }}">{{ t "menu.mark_all_as_read" }}</a>
|
||||
<a data-link-state="flip"
|
||||
data-label-new-state="{{ t "menu.mark_all_as_read_wip" }}"
|
||||
href="{{ route "markAllAsRead" }}">{{ t "menu.mark_all_as_read" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
@ -1387,6 +1389,6 @@ var templateViewsMapChecksums = map[string]string{
|
|||
"search_entries": "d71849a4f2b0573c7c76ad0ea941812009e9f022de60895987a781d3e6f08a01",
|
||||
"sessions": "1b3ec0970a4111b81f86d6ed187bb410f88972e2ede6723b9febcc4c7e5fc921",
|
||||
"settings": "bc04faf83dd977306825973375954600bd014619340188e1243fd9e2f5d5e1a9",
|
||||
"unread_entries": "058d918592b25bd209c84660dd546b7426f19b1083da868a8672fde9bbcf1b17",
|
||||
"unread_entries": "880018cbc59ec09b23dd800c4010fadad944d7023e0d36a3872c09b5d4952799",
|
||||
"users": "4b56cc76fbcc424e7c870d0efca93bb44dbfcc2a08b685cf799c773fbb8dfb2f",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue