Improved visuals and tooltips for quick alerts.
This commit is contained in:
@@ -108,8 +108,15 @@
|
||||
<div class="alert-meta">
|
||||
<div class="alert-triggers">
|
||||
<Icon
|
||||
v-if="alert.notify"
|
||||
v-tooltip="alert.notify ? 'Notify in traxxx' : undefined"
|
||||
v-if="alert.notify && alert.isFromPreset"
|
||||
v-tooltip="'Notify in traxxx, added as quick alert'"
|
||||
icon="bell-plus"
|
||||
class="trigger"
|
||||
/>
|
||||
|
||||
<Icon
|
||||
v-else-if="alert.notify"
|
||||
v-tooltip="'Notify in traxxx'"
|
||||
icon="bell2"
|
||||
class="trigger"
|
||||
/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<Icon
|
||||
v-if="itemAlerted"
|
||||
icon="bell2"
|
||||
:title="`Remove alerts for '${item.title || item.name}'`"
|
||||
:title="`Remove uncombined alerts for '${item.title || item.name}'`"
|
||||
class="alert active noselect"
|
||||
@click="removeAlert"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user