-
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-4816] Create shared LoginApprovalComponent #11982
[PM-4816] Create shared LoginApprovalComponent #11982
Conversation
Fixed Issues
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11982 +/- ##
==========================================
+ Coverage 33.48% 33.55% +0.06%
==========================================
Files 2846 2849 +3
Lines 89196 89210 +14
Branches 17002 17003 +1
==========================================
+ Hits 29867 29930 +63
+ Misses 56976 56913 -63
- Partials 2353 2367 +14 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Great start on this! Some feedback below:
libs/auth/src/common/abstractions/login-approval.service.abstraction.ts
Outdated
Show resolved
Hide resolved
…ttps://github.com/bitwarden/clients into auth/pm-4816/create-shared-LoginApprovalComponent
@alec-livefront I notice this doesn't show the environment the request is coming from like the design does. It also looks like the spacing between "login attempt by" and "fingerprint phrase" is off. Finally, could you send me a screenshot with the updated styles? |
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.
LGTM! Nice testing work as well!
@micahblut the original screenshot didn't have the correct spacing - I've updated with a screen recording which should show the correct spacing now. Could you elaborate on the environment? I'm not sure I see that in the screenshot attached to the ticket/ |
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-4816?atlOrigin=eyJpIjoiMzE0Yjg5YjFhYTViNGY0M2E4M2YyY2MyNjg3YTFhMWYiLCJwIjoiaiJ9
📔 Objective
Moves the
LoginApprovalComponent
tolibs/auth
and moves desktop-specific logic to a service.📸 Screenshots
GMT20241115-200832_Clip_Alec.Rippberger.s.Clip.11_15_2024.mp4
⏰ 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