Big News!  Tilt is joining Docker
A colorblind test. Photo by daltonien on Flickr.

Accessibility Matters

Commit of the Month: Improve Accessibility of Status Icons

Details matter. Especially when those details impact usability. That’s why we paid close attention when we got reports that Tilt’s terminal UI was not colorblind friendly. Take a look at this screenshot:

A photo of the Tilt UI with green and red icons next to each resource

Can you tell at a glance which of these resources are up, and which ones have errored? It’s hard. If you were red-green colorblind, it would be even harder. It might look something like this:

A photo of the Tilt UI with green and red icons next to each resource modified to show what it might look like to a colorblind person

While we expect most people to be using the Web UI (which is more fully featured though it exhibited a similar problem that was fixed in a different commit) if your workflow lives in the terminal we want to support that too. So in 842b83131f78431dd1ba8522e6288226a09c4cfc we improved the terminal UI’s accessibility by adding status icons that are structurally distinct from one another in addition to having distinct hues. Now Tilt’s status icons look like this:

A photo of the Tilt new UI with green and red icons of different shapes for each different state

Even in grayscale, it’s now easy to tell that these icons represent different states.

Thanks to Han Yu and Nick Santos for their work on this!

Over two billion people in the world have visual impairments, and we want them to have a great experience too.

The only way to get there is with deliberate effort, and we’d like to thank the Tilt community members who brought this to our attention. If you spot any other accessibility concerns in Tilt, please open a GitHub issue!

Related

Already have a Dockerfile and a Kubernetes config?

You’ll be able to setup Tilt in no time and start getting things done. Check out the docs! 

Having trouble developing your servers in Kubernetes?