Commit graph

5 commits

Author SHA1 Message Date
google-labs-jules[bot]
af093f1a67 🎨 Palette: Improve emoji accessibility
Wrapped emojis in <span> tags with role="img" and aria-label to improve accessibility for screen readers. This ensures icons are announced correctly (e.g., "Rocket", "Chart") rather than as characters or ignored.

Affected files:
- index.html
- dashboard/index.html
- offline.html
- sw-inspector.html
2026-02-09 11:13:59 +00:00
google-labs-jules[bot]
644c00e696 🎨 Palette: Add skip-to-content link for accessibility 2026-02-08 11:20:56 +00:00
google-labs-jules[bot]
5810104082 🎨 Palette: Enhance button UX and link accessibility
- Add `.btn:focus-visible` styles for better keyboard navigation visibility.
- Add `rel="noopener noreferrer"` and `aria-label` to external links for security and accessibility.
- Add `role="button"` to placeholder links (`href="#"`) for semantic correctness.
- Replace blocking `alert()` with a non-blocking button text change ("Coming Soon! 🚧") for better UX.
- Apply changes to both `index.html` and `dashboard/index.html`.
2026-02-07 11:23:41 +00:00
copilot-swe-agent[bot]
85dcda4c40 Add PWA support with service worker and inspection views
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-01 19:18:55 +00:00
google-labs-jules[bot]
dae9dd52d7 Fix 404 error on GitHub Pages by ensuring index.html exists in root and docs
This commit copies `dashboard/index.html` to `index.html` (root) and `docs/index.html` to ensure that the GitHub Pages site loads correctly regardless of the source configuration (Root, Docs, or Custom Workflow). It also adds `.nojekyll` to prevent Jekyll processing issues.
2026-01-22 00:02:38 +00:00