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> </li>
<Tooltip <Tooltip
v-if="entities.length === 0" v-if="!entity"
@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 && entities.length === 0 && matches.length === 0" :disabled="actors.length === 0 && tags.length === 0 && !entity && 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.8", "version": "1.237.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.237.8", "version": "1.237.7",
"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.8", "version": "1.237.7",
"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": {