Fix Shorts support and add userscript voting

Harden Shorts controls, reaction state, and navigation; share voting logic
with the extension; improve ratio-bar rendering; and add comprehensive Jest,
Playwright, artifact, and live-browser regression coverage.
This commit is contained in:
Anarios
2026-09-01 23:41:28 +02:00
parent 4e6dfd1977
commit 3657de9b2c
74 changed files with 23328 additions and 588 deletions
+3
View File
@@ -2,7 +2,10 @@ module.exports = {
resetMocks: true,
collectCoverage: false,
collectCoverageFrom: [
"Extensions/common/**/*.js",
"Extensions/combined/src/**/*.js",
"Extensions/combined/*.js",
"Extensions/UserScript/src/**/*.js",
],
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/Extensions/UserScript/e2e/"],
};