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> </li>
<Tooltip <Tooltip
v-if="!entity" v-if="entities.length === 0"
@open="$refs.expression?.focus()" @open="$refs.expression?.focus()"
> >
<li class="match placeholder"> <li class="match placeholder">
@ -283,7 +283,7 @@
<div class="dialog-actions right"> <div class="dialog-actions right">
<button <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" type="submit"
class="button button-primary" class="button button-primary"
>Add alert</button> >Add alert</button>

4
package-lock.json generated
View File

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

View File

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