Updates
Rolling release / release (push) Successful in 6m40s

This commit is contained in:
2026-09-12 14:45:04 -04:00
parent dac3b0b9f2
commit 390b2fa098
29 changed files with 381 additions and 174 deletions
+5 -2
View File
@@ -59,9 +59,11 @@ test('brand icons ship as SVG marks with gold visor and cyan core', () => {
test('HUD, settings, and launcher consume the brand package', () => {
assert.match(stylesheet, /--jarvis-accent/);
assert.match(stylesheet, /--jarvis-signal: #4FD2FF/);
assert.doesNotMatch(stylesheet, /alpha\(/);
assert.doesNotMatch(stylesheet, /icon-size:/);
assert.doesNotMatch(stylesheet, /\/\*/);
assert.match(stylesheet, /\.jarvis-panel-mark/);
assert.match(stylesheet, /\.jarvis-talk \{ background-color: var\(--jarvis-accent/);
assert.match(stylesheet, /\.jarvis-talk \{ background-color: #F4B942/);
assert.match(gtkCss, /@define-color jarvis_gold #F4B942/);
assert.match(gtkCss, /button\.jarvis-swatch-gold/);
assert.equal(metadata.name, 'Jarvis');
@@ -70,6 +72,7 @@ test('HUD, settings, and launcher consume the brand package', () => {
assert.match(settingsWindow, /brandBanner/);
assert.match(settingsWindow, /BRAND\.publisher/);
assert.match(settingsWindow, /accentRow/);
assert.doesNotMatch(settingsWindow, /maxlength/);
assert.match(extensionSource, /brand\/icons\/jarvis-mark\.svg/);
assert.match(extensionSource, /text: 'Jarvis'/);
assert.match(install, /io\.qvac\.Jarvis\.Control\.desktop/);