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
269 stars 61 forks source link

A11y Bug Fix: RTDB root deletion confirmation #966

Closed ABradham closed 1 year ago

ABradham commented 1 year ago

Adds a confirmation prompt when a user tries to delete a root JSON element on the RTDB page. In order to have the remove, delete, and edit options selectable by screen reader users, this fix required changing the behavior of the MenuItem and SimpleMenu components to respond to the onSelect event as opposed to the onClick event that was present before.

Internal: Addresses b/263429180