elements icon indicating copy to clipboard operation
elements copied to clipboard

feat: add two-step login card

Open jonas-jonas opened this issue 1 year ago • 1 comments

Related Issue or Design Document

Checklist

  • [ ] I have read the contributing guidelines and signed the CLA.
  • [ ] I have referenced an issue containing the design document if my change introduces a new feature.
  • [ ] I have read the security policy.
  • [ ] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security vulnerability, I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have added the necessary documentation within the code base (if appropriate).

Further comments

jonas-jonas avatar Sep 16 '24 09:09 jonas-jonas

Codecov Report

Attention: Patch coverage is 43.47826% with 65 lines in your changes missing coverage. Please review.

Project coverage is 45.34%. Comparing base (3aa5c00) to head (16590fd).

Files with missing lines Patch % Lines
...ements-react/src/components/card/card-two-step.tsx 28.57% 40 Missing :warning:
...ages/elements-react/src/components/form/social.tsx 21.42% 11 Missing :warning:
packages/elements-react/src/util/ui/index.ts 20.00% 8 Missing :warning:
...ckages/elements-react/src/components/form/form.tsx 0.00% 2 Missing :warning:
...src/theme/default/components/card/auth-methods.tsx 50.00% 2 Missing :warning:
...-react/src/theme/default/components/form/input.tsx 0.00% 1 Missing :warning:
...react/src/theme/default/components/form/social.tsx 0.00% 1 Missing :warning:
Additional details and impacted files
@@                    Coverage Diff                     @@
##           jonas-jonas/elementsv1     #211      +/-   ##
==========================================================
- Coverage                   46.12%   45.34%   -0.79%     
==========================================================
  Files                          86       88       +2     
  Lines                         813      880      +67     
  Branches                      100      114      +14     
==========================================================
+ Hits                          375      399      +24     
- Misses                        433      476      +43     
  Partials                        5        5              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 16 '24 09:09 codecov[bot]