firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
262 stars 60 forks source link

fix(a11y) Add tooltip to log level, as well as update element type #887

Closed TheIronDev closed 1 year ago

TheIronDev commented 1 year ago

This commit updates the behavior of log level psudo-button thingy by doing 2 things.

  1. Added a too tip
  2. Changed the span with onClick to button with onClick (for a11y)
  3. Added a more helpful aria-label.

... Guess that was 3. Oh well, can't go back and edit the text, gotta keep going choo-choo.

FIXED=156022730