1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00

[PM-30543] Add select all checkbox to Access Intelligance Applications table (#18682)

Adds a "Select all" checkbox to the table in the Access Intelligence applications tab. This allows users to quickly select or deselect all applications currently showing in the table for marking as critical apps.
This commit is contained in:
Brad
2026-02-06 10:04:48 -08:00
committed by jaasen-livefront
parent 98c742e891
commit f56592ad09
6 changed files with 270 additions and 71 deletions

View File

@@ -1247,6 +1247,9 @@
"selectAll": {
"message": "Select all"
},
"deselectAll": {
"message": "Deselect all"
},
"unselectAll": {
"message": "Unselect all"
},