-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-16104] - add org-wide at-risk member dialog #12434
base: risk-insights-final-demo
Are you sure you want to change the base?
Conversation
New Issues
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## risk-insights-final-demo #12434 +/- ##
============================================================
- Coverage 33.96% 33.34% -0.62%
============================================================
Files 2910 2911 +1
Lines 92169 91066 -1103
Branches 17775 17340 -435
============================================================
- Hits 31301 30365 -936
+ Misses 58450 58298 -152
+ Partials 2418 2403 -15 ☔ View full report in Codecov by Sentry. |
<div *ngIf="isOrgAtRiskMembersFeatureEnabled"> | ||
<button bitButton buttonType="primary" type="button" (click)="showAtRiskMembers()"> | ||
View All At-Risk Members | ||
</button> | ||
</div> | ||
<div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For testing only, final form will display the results in a side drawer.
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-16104
📔 Objective
This PR adds an org-wide list of at-risk members dialog. In includes a placeholder button to show the dialog, the content will eventually end up in a drawer.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes