-
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-14421] Access Intelligence: Introduce At-risk Passwords Page #13044
base: main
Are you sure you want to change the base?
Conversation
…consider feature flag for tasksEnabled$
Great job, no security vulnerabilities found in this Pull Request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13044 +/- ##
==========================================
+ Coverage 35.28% 35.31% +0.02%
==========================================
Files 3124 3128 +4
Lines 92349 92460 +111
Branches 16793 16799 +6
==========================================
+ Hits 32586 32649 +63
- Misses 57306 57352 +46
- Partials 2457 2459 +2 ☔ View full report in Codecov by Sentry. |
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.
👏🏼 I like the usage of the observable operators you created. 🙌🏼
…21/at-risk-passwords-browser
…21/at-risk-passwords-browser
></i> | ||
<span slot="secondary">{{ cipher.subTitle }}</span> | ||
<bit-item-action slot="end"> | ||
<button |
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.
❌ A button within a button isn't valid HTML (spec). I usually absolutely the action button in these cases to give the "look" that they are nested.
In this scenarios we'd have to watch out for long cipher names.
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.
Fixed in a3b3934
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.
🚀 slot="end"
🎟️ Tracking
PM-14421
📔 Objective
Introduce the At-risk Passwords page for Risk Insights.
📸 Screenshots
Opening At-Risk Passwords Page
Screen.Recording.2025-01-23.at.4.18.19.PM.mov
Screen.Recording.2025-01-28.at.4.01.44.PM.mov
⏰ 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