1.1 KiB
1.1 KiB
v0.2.7 (2026-05-19)
Bug Fixes
- Display tab sliders + accent picker now respond to clicks/drags: Both the brightness and contrast sliders on the Display tab, and the accent-color picker in the header, were rendering dynamic HTML with inline
oninput/onchange/onclickattributes — every one of which the server's strictscript-src 'self'CSP silently dropped. The result: brightness and contrast couldn't be changed from the WebUI at all, and picking a custom accent did nothing. Replaced the inline attributes withdata-*markers and wired properaddEventListenercalls (delegated on the slider container, direct on the accent dropdown), so the controls work under the strict CSP without anyunsafe-inline/unsafe-hashesrelaxation. (e1c8474)
All Commits
| Hash | Message | Author |
|---|---|---|
| e1c8474 | fix(csp): wire display sliders and accent picker without inline on* | alexei.dolgolyov |