Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 7808ce452f 1.237.8 2024-03-28 00:48:48 +01:00
DebaucheryLibrarian 9145ecb8a4 Fixed entity-only alert not verifying. 2024-03-28 00:48:46 +01:00
3 changed files with 5 additions and 5 deletions

View File

@ -189,7 +189,7 @@
</li>
<Tooltip
v-if="!entity"
v-if="entities.length === 0"
@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 && !entity && matches.length === 0"
:disabled="actors.length === 0 && tags.length === 0 && entities.length === 0 && 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.7",
"version": "1.237.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.237.7",
"version": "1.237.8",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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