wagtail / areweheadlessyet

Are we headless yet?
https://areweheadlessyet.wagtail.org
MIT License
19 stars 4 forks source link

Re-implement theme switcher like on wagtail.org #43

Closed thibaudcolas closed 6 months ago

thibaudcolas commented 6 months ago

The current theme switcher implementation with a checkbox has a lot of accessibility issues.

wagtail.org implementation:

<button id="wagtail-theme" class="theme-toggle__button" type="button" aria-label="Change to Dark Theme"></button>

Assigning to @shyusu4 as part of her Outreachy project.