Skip to content
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

Auth/PM-8112 - UI refresh - Registration Components #11353

Merged
merged 27 commits into from
Oct 16, 2024

Conversation

JaredSnider-Bitwarden
Copy link
Contributor

@JaredSnider-Bitwarden JaredSnider-Bitwarden commented Oct 1, 2024

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-8112

📔 Objective

To update the UI of the new Registration components to match the new UI refresh designs.
Required medium refactor of the initialization logic in the RegistrationFinishComponent

📸 Screenshots

Web Scenarios

PM-8112.-.Web.-.Registration.w.Email.Verification.-.Standard.flow.succeeds.mov
PM-8112.-.Web.-.Registration.with.Email.Verification.Disabled.-.Succeeds.mov
PM-8112.-.Web.-.Registration.w.Email.Verification.-.Org.Invite.Flow.Succeeds.mov
PM-8112.-.Web.-.Registration.w.Email.Verification.-.Link.expired.scenarios.mov

Desktop Scenarios

PM-8112.-.Desktop.-.Registration.with.Email.Verification.Disabled.-.Succeeds.mov
PM-8112.-.Desktop.-.Registration.w.Email.Verification.-.Standard.flow.succeeds.mov

Extension Scenarios

PM-8112.-.Extension.-.Registration.w.Email.Verification.-.Standard.flow.succeeds.mov
PM-8112.-.Extension.-.Registration.with.Email.Verification.Disabled.-.Succeeds.mov

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 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

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 10.00000% with 45 lines in your changes missing coverage. Please review.

Project coverage is 33.19%. Comparing base (7afc99d) to head (f77cc65).
Report is 24 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...gistration-finish/registration-finish.component.ts 0.00% 31 Missing ⚠️
...registration-start/registration-start.component.ts 0.00% 5 Missing ⚠️
libs/auth/src/angular/icons/index.ts 0.00% 3 Missing ⚠️
...th/src/angular/icons/registration-lock-alt.icon.ts 0.00% 2 Missing ⚠️
...th/src/angular/icons/registration-user-add.icon.ts 0.00% 2 Missing ⚠️
...n/registration-start/registration-start.stories.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11353      +/-   ##
==========================================
+ Coverage   33.16%   33.19%   +0.03%     
==========================================
  Files        2779     2782       +3     
  Lines       86236    86439     +203     
  Branches    16425    16473      +48     
==========================================
+ Hits        28597    28692      +95     
- Misses      55373    55462      +89     
- Partials     2266     2285      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Logo
Checkmarx One – Scan Summary & Details303b4302-5ea9-4764-ac17-9f76a02c0e4c

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts: 18 Attack Vector
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts: 18 Attack Vector
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts: 18 Attack Vector
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts: 18 Attack Vector

Fixed Issues

Severity Issue Source File / Package
MEDIUM Client_Privacy_Violation /apps/web/src/app/tools/access-intelligence/password-health.component.html: 50
MEDIUM Client_Privacy_Violation /apps/web/src/app/tools/access-intelligence/password-health.component.html: 45
MEDIUM Client_Privacy_Violation /apps/web/src/app/tools/access-intelligence/password-health.component.html: 40
MEDIUM Client_Privacy_Violation /apps/web/src/app/tools/access-intelligence/password-health.component.html: 45
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.html: 53
MEDIUM Client_Privacy_Violation /apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.html: 31

@JaredSnider-Bitwarden JaredSnider-Bitwarden marked this pull request as ready for review October 15, 2024 00:30
@JaredSnider-Bitwarden JaredSnider-Bitwarden requested a review from a team as a code owner October 15, 2024 00:30
Copy link
Contributor

@rr-bw rr-bw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Just need some adjustments to SVG styles.

rr-bw
rr-bw previously approved these changes Oct 15, 2024
@JaredSnider-Bitwarden JaredSnider-Bitwarden merged commit 4b67cd2 into main Oct 16, 2024
66 of 67 checks passed
@JaredSnider-Bitwarden JaredSnider-Bitwarden deleted the auth/pm-8112/registration-ui-refresh branch October 16, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants