Improved scene tile actors height to prevent second line leak. Improved alert action tooltip. Changed popular tag from MFM to threesome due lack of specifically tagged scenes.
This commit is contained in:
@@ -215,8 +215,8 @@ async function reloadStashes(newStash) {
|
||||
>
|
||||
<Icon
|
||||
v-if="itemAlerted"
|
||||
v-tooltip="`Remove ${itemAlerts.only.length} uncombined alert${itemAlerts.only.length > 1 ? 's' : ''} for '${item.title || item.name}'`"
|
||||
icon="bell2"
|
||||
:title="`Remove ${itemAlerts.only.length} uncombined alert${itemAlerts.only.length > 1 ? 's' : ''} for '${item.title || item.name}'`"
|
||||
class="alert active noselect"
|
||||
@click="removeAlert"
|
||||
@contextmenu.prevent="showAlertDialog = true"
|
||||
@@ -224,8 +224,8 @@ async function reloadStashes(newStash) {
|
||||
|
||||
<Icon
|
||||
v-else-if="itemAlerts.multi.length > 0"
|
||||
v-tooltip="`Set alert for '${item.title || item.name}', ${itemAlerts.multi.length} combined alert${itemAlerts.multi.length > 1 ? 's' : ''} active`"
|
||||
icon="bell-plus"
|
||||
:title="`Set alert for '${item.title || item.name}', ${itemAlerts.multi.length} combined alert${itemAlerts.multi.length > 1 ? 's' : ''} active`"
|
||||
class="alert partial noselect"
|
||||
@click="alertItem"
|
||||
@contextmenu.prevent="showAlertDialog = true"
|
||||
@@ -233,8 +233,8 @@ async function reloadStashes(newStash) {
|
||||
|
||||
<Icon
|
||||
v-else
|
||||
v-tooltip="domain === 'scenes' ? `Set alert for the release of '${item.title}'` : `Set alert for '${item.title || item.name}' releases`"
|
||||
icon="bell-plus"
|
||||
:title="`Set alert for '${item.title || item.name}' releases`"
|
||||
class="alert noselect"
|
||||
@click="alertItem"
|
||||
@contextmenu.prevent="showAlertDialog = true"
|
||||
|
||||
Reference in New Issue
Block a user