Compare commits

..

No commits in common. "7808ce452f1ded3e3a94cc33642c14408fefb48e" and "99c60a0f81c926c887ec64a0f4cba1a31d57fa00" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -189,7 +189,7 @@
</li>
<Tooltip
v-if="entities.length === 0"
v-if="!entity"
@open="$refs.expression?.focus()"
>
<li class="match placeholder">
@ -283,7 +283,7 @@
<div class="dialog-actions right">
<button
:disabled="actors.length === 0 && tags.length === 0 && entities.length === 0 && matches.length === 0"
:disabled="actors.length === 0 && tags.length === 0 && !entity && matches.length === 0"
type="submit"
class="button button-primary"
>Add alert</button>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.237.8",
"version": "1.237.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.237.8",
"version": "1.237.7",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.237.8",
"version": "1.237.7",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {