1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

ux: add an star icon next to the "starred" nav menu item

This commit is contained in:
Thiago Perrotta 2024-12-21 15:34:42 -03:00
parent d345c87376
commit 0a3b900526

View file

@ -93,7 +93,7 @@
</a> </a>
</li> </li>
<li {{ if eq .menu "starred" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g b" }}"> <li {{ if eq .menu "starred" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g b" }}">
<a href="{{ route "starred" }}" data-page="starred">{{ t "menu.starred" }}</a> <a href="{{ route "starred" }}" data-page="starred">{{ t "menu.starred" }}</a>
</li> </li>
<li {{ if eq .menu "history" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g h" }}"> <li {{ if eq .menu "history" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g h" }}">
<a href="{{ route "history" }}" data-page="history">{{ t "menu.history" }}</a> <a href="{{ route "history" }}" data-page="history">{{ t "menu.history" }}</a>