Compare commits
2 Commits
cafa6476ca
...
05e3cf811a
| Author | SHA1 | Date | |
|---|---|---|---|
| 05e3cf811a | |||
| 5815ac2bf4 |
@@ -114,7 +114,11 @@ const aliasTooltipId = useId();
|
||||
|
||||
<Icon
|
||||
v-if="actor.alias && actor.alias.name !== actor.name"
|
||||
v-tooltip="{ content: `Credited as '${actor.alias.name}'`, ariaId: aliasTooltipId }"
|
||||
v-tooltip="{
|
||||
content: `Credited as '${actor.alias.name}'`,
|
||||
triggers: ['hover', 'click'],
|
||||
ariaId: aliasTooltipId,
|
||||
}"
|
||||
icon="at-sign"
|
||||
class="alias"
|
||||
/>
|
||||
|
||||
@@ -243,8 +243,8 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
}
|
||||
|
||||
.actors {
|
||||
height: 1.15rem;
|
||||
margin-bottom: .15rem;
|
||||
height: 1lh;
|
||||
margin-bottom: .3rem;
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.52.1",
|
||||
"version": "0.52.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.52.1",
|
||||
"version": "0.52.2",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.25",
|
||||
"@dicebear/collection": "7.0.5",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.52.1",
|
||||
"version": "0.52.2",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
},
|
||||
|
||||
@@ -6,8 +6,7 @@ const tagSlugs = {
|
||||
'anal',
|
||||
'lesbian',
|
||||
// 'interracial',
|
||||
'mff',
|
||||
'mfm',
|
||||
'threesome',
|
||||
// 'teen',
|
||||
'milf',
|
||||
'blowjob',
|
||||
@@ -48,6 +47,7 @@ const tagSlugs = {
|
||||
'atm',
|
||||
],
|
||||
group: [
|
||||
'threesome',
|
||||
'mfm',
|
||||
'mff',
|
||||
'orgy',
|
||||
@@ -73,7 +73,7 @@ const tagSlugs = {
|
||||
'nurse',
|
||||
'maid',
|
||||
],
|
||||
extreme: [
|
||||
penetration: [
|
||||
'dp',
|
||||
'airtight',
|
||||
'dap',
|
||||
|
||||
Reference in New Issue
Block a user