diff --git a/doc/todo.txt b/doc/todo.txt index 03a209e..848da4d 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,3 +1,2 @@ - feedlist keyboard navigation is flaky in "unread" section -- make feed settings available in all filter modes - show `mark as read` in `all feeds` filter (along with numbers) diff --git a/src/assets/index.html b/src/assets/index.html index f17e1cd..1a0cf21 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -177,11 +177,16 @@ title="Mark All Read"> {% inline "check.svg" %} + + + + v-if="current.type == 'feed'"> @@ -226,7 +231,7 @@ toggle-class="btn btn-link toolbar-item px-2 ml-2" title="Folder Settings" drop="right" - v-if="!filterSelected && current.type == 'folder'"> + v-if="current.type == 'folder'">