mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
add tooltip on announcements mark all read fab
This commit is contained in:
parent
d3ce416b3b
commit
925a1eb1d0
1 changed files with 14 additions and 3 deletions
|
|
@ -71,14 +71,25 @@
|
|||
|
||||
<v-fab
|
||||
:active="unreadCount > 0"
|
||||
color="success"
|
||||
location="bottom right"
|
||||
app
|
||||
icon="mdi-check-all"
|
||||
icon
|
||||
size="x-large"
|
||||
class="ms-n5"
|
||||
@click="markAllRead()"
|
||||
/>
|
||||
>
|
||||
<!-- Workaround for https://github.com/vuetifyjs/vuetify/issues/21439 -->
|
||||
<v-btn
|
||||
v-tooltip:start="$formatMessage({
|
||||
description: 'Announcements view: mark all as read button tooltip',
|
||||
defaultMessage: 'Mark all as read',
|
||||
id: 'da/wb0'
|
||||
})"
|
||||
color="success"
|
||||
size="x-large"
|
||||
icon="mdi-check-all"
|
||||
/>
|
||||
</v-fab>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue