зеркало из https://github.com/nextcloud/news.git
As I said in the issue, "mark read" is the most used menu item, and it must be the first, that way we will drag the mouse less.
This commit is contained in:
Родитель
6a49dbe342
Коммит
3a054c59f2
|
@ -86,6 +86,12 @@
|
|||
|
||||
<div class="app-navigation-entry-menu">
|
||||
<ul>
|
||||
<li ng-show="Navigation.isFeedUnread(feed.id)" class="mark-read">
|
||||
<button ng-click="Navigation.markFeedRead(feed.id)">
|
||||
<span class="icon-checkmark"></span>
|
||||
<span><?php p($l->t('Mark read')); ?></span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button ng-click="Navigation.togglePinned(feed.id)"
|
||||
ng-show="feed.pinned">
|
||||
|
@ -151,12 +157,6 @@
|
|||
<span><?php p($l->t('Delete')); ?></span>
|
||||
</button>
|
||||
</li>
|
||||
<li ng-show="Navigation.isFeedUnread(feed.id)" class="mark-read">
|
||||
<button ng-click="Navigation.markFeedRead(feed.id)">
|
||||
<span class="icon-checkmark"></span>
|
||||
<span><?php p($l->t('Mark read')); ?></span>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче