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

A11y Bugfix: Add confirmation dialog on deleting `1..n` selected items from storage #965

Open ABradham opened 1 year ago

ABradham commented 1 year ago

Adds a confirmation dialog when a user attempts to delete n files from storage. Matches behavior of https://github.com/firebase/firebase-tools-ui/pull/962.

Internal: Addresses b/263429461