DEV Community

Cover image for Changelog: Frontend Edition

Changelog: Frontend Edition

Nick Taylor on June 24, 2020

I Tweeted this out last week that we moved to Preact X and Testing Library. // Detect dark theme var iframe = document.getElementById('twee...
Collapse
 
andy profile image
Andy Zhao (he/him)

So far I'm a big fan of Testing Library!

Collapse
 
nickytonline profile image
Nick Taylor

Chow Yun-fat giving a thumbs up

Collapse
 
kayis profile image
K

The dashboard looks a bit unfinished lately XD

Collapse
 
nickytonline profile image
Nick Taylor

We’ve made some recent changes there. Product design is aware, but thanks for mentioning it.

Collapse
 
kayis profile image
K

Thanks.

I wasn't sure if this was unfinished or simply broken.

Thread Thread
 
nickytonline profile image
Nick Taylor

PR to fix this should be getting merged today. 🚢

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Awesome! Great to see lots of great a11y boosts ✨🌠

Collapse
 
nickytonline profile image
Nick Taylor

Chow Yun-fat giving a thumbs up

Collapse
 
lisasy profile image
Lisa Sy (she/her)

Awesome work!

Collapse
 
kelvin9877 profile image
Kelvin Liang

I wonder - why A11y test for the whole app but individually for components? (is it because of the running speed or other factors?), Thanks!

Collapse
 
nickytonline profile image
Nick Taylor • Edited

We are fixing/testing for a11y in the application as a whole as we come across things (we're mainly a Rails app), but since the Preact components are part of the application, typically for the logged on user experience, if they have issues we need to fix those as well.