Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
096901e230 feat(dashboard): add copy to clipboard for docs
Added "Copy to Clipboard" functionality to code blocks in the web dashboard.
This improves UX when reading README.md or verification reports.

- Injected CSS for a `.copy-btn` positioned relatively within `<pre>` blocks.
- Injected JS to dynamically add the button and handle clipboard interaction.
- Updated Content-Security-Policy to allow `unsafe-inline` scripts for this feature.
- Verified with Playwright script `verify_copy_btn.py`.
2026-02-22 00:38:23 +00:00
google-labs-jules[bot]
a41c83d9b6 🎨 Palette: Improve color contrast and accessibility
- Replaced #667eea with #4f46e5 to meet WCAG AA contrast standards.
- Updated hover color to #4338ca.
- Added aria-label to Service Worker update button.
- Updated manifest.json theme color.
2026-02-13 11:40:16 +00:00
google-labs-jules[bot]
644c00e696 🎨 Palette: Add skip-to-content link for accessibility 2026-02-08 11:20:56 +00:00