add loggers actions

This commit is contained in:
Tykayn 2025-06-26 23:14:22 +02:00 committed by tykayn
parent 59398d14ba
commit 12d4db370f
22 changed files with 517 additions and 218 deletions

9
package-lock.json generated
View file

@ -6,7 +6,8 @@
"": {
"license": "UNLICENSED",
"dependencies": {
"jquery": "^3.7.1"
"jquery": "^3.7.1",
"table-sort": "^1.0.16"
},
"devDependencies": {
"@babel/core": "^7.17.0",
@ -5501,6 +5502,12 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/table-sort": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/table-sort/-/table-sort-1.0.16.tgz",
"integrity": "sha512-w7TDMfszdFY36aWQKRiAg0qQjOmvIy1IQKplmgpOCimOZ69BP4y5Ne4+jBQeYn990Rn40/wCALR0eAcLqxECWA==",
"license": "ISC"
},
"node_modules/table-sort-js": {
"version": "1.22.2",
"resolved": "https://registry.npmjs.org/table-sort-js/-/table-sort-js-1.22.2.tgz",