1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 18:43:26 +00:00

[PM-26487][PM-20112] Member Access Report - Member Cipher Client Mapping (#18774) (#19141)

* Added v2 version of member access reports that aggregate data client side instead of using endpoint that times out. Added feature flag.

* Remove feature flag

* Added avatar color to the member access report

* Update icon usage

* Add story book for member access report

* Add icon module to member access report component

* Fix test case

* Update member access report service to match export of v1 version. Update test cases

* Fix billing error in member access report

* Add timeout to fetch organization ciphers

* Handle group naming

* Add cached permission text

* Add memberAccessReportLoadError message

* Fix member cipher mapping to deduplicate data in memory

* Update log

* Update storybook with deterministic data and test type

* Fix avatar color default

* Fix types

* Address timeout cleanup

(cherry picked from commit 74aec0b80c)
This commit is contained in:
Leslie Tilton
2026-02-23 10:28:53 -06:00
committed by GitHub
parent ce6b732a2e
commit b9b23fca40
7 changed files with 1490 additions and 38 deletions

View File

@@ -10977,6 +10977,9 @@
"memberAccessReportAuthenticationEnabledFalse": {
"message": "Off"
},
"memberAccessReportLoadError": {
"message": "Failed to load the member access report. This may be due to a large organization size or network issue. Please try again or contact support if the problem persists."
},
"kdfIterationRecommends": {
"message": "We recommend 600,000 or more"
},