add loading indicator, inactive and banned indicators
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Lee
2024-04-26 01:33:07 +01:00
parent 49e205f4cf
commit 0c774cca1b
6 changed files with 83 additions and 22 deletions

View File

@ -27,7 +27,7 @@ module.exports = {
author: "fascinated7 (discord)",
"run-at": "document-end",
match: "https://scoresaber.com/*",
version: `1.0.0-${process.env.GIT_REV.substring(0, 7) || "dev"}`,
version: `1.0.0-${process.env.GIT_REV ? process.env.GIT_REV.substring(0, 7) : "dev"}`,
}
})
],