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

Extract PasswordField from FromPrivateKey #1018

Merged
merged 2 commits into from
Sep 23, 2022
Merged

Conversation

lukaw3d
Copy link
Member

@lukaw3d lukaw3d commented Sep 22, 2022

Just making it reusable for persisted state

@lukaw3d lukaw3d requested review from buberdds and csillag September 22, 2022 21:28
@github-actions
Copy link

github-actions bot commented Sep 22, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 6 0 0.02s
✅ GIT git_diff yes no 0.01s
✅ TSX eslint 2 0 0 4.98s
✅ TYPESCRIPT eslint 3 0 0 4.51s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #1018 (d6a2a2d) into master (8be6fcb) will increase coverage by 0.06%.
The diff coverage is 90.00%.

❗ Current head d6a2a2d differs from pull request most recent head bd32f34. Consider uploading reports for the commit bd32f34 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1018      +/-   ##
==========================================
+ Coverage   88.78%   88.85%   +0.06%     
==========================================
  Files         100      101       +1     
  Lines        1748     1750       +2     
  Branches      405      405              
==========================================
+ Hits         1552     1555       +3     
+ Misses        196      195       -1     
Flag Coverage Δ
cypress 60.68% <90.00%> (+0.10%) ⬆️
jest 79.79% <90.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/app/components/PasswordField/index.tsx 88.88% <88.88%> (ø)
...s/OpenWalletPage/Features/FromPrivateKey/index.tsx 100.00% <100.00%> (+8.00%) ⬆️

@lukaw3d lukaw3d force-pushed the lw/extract-password-field branch from 3b98bf5 to 9a77a7b Compare September 22, 2022 21:42
Copy link
Contributor

@csillag csillag left a comment

Choose a reason for hiding this comment

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

Generally, LGTM.

As I have explained, I would switch the icons around, but it's just a small things.

src/app/components/PasswordField/index.tsx Show resolved Hide resolved
</Tip>
</Box>
</FormField>
></PasswordField>
Copy link
Contributor

@csillag csillag Sep 22, 2022

Choose a reason for hiding this comment

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

This could be a self closing tag.

Copy link
Member Author

Choose a reason for hiding this comment

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

Changed. I don't really care tho

If it is good practice then we should add react/self-closing-comp

@lukaw3d lukaw3d force-pushed the lw/extract-password-field branch from 9a77a7b to e0855a5 Compare September 23, 2022 01:03
@lukaw3d lukaw3d force-pushed the lw/extract-password-field branch from d6a2a2d to bd32f34 Compare September 23, 2022 02:07
@lukaw3d lukaw3d merged commit 861dfe7 into master Sep 23, 2022
@lukaw3d lukaw3d deleted the lw/extract-password-field branch September 23, 2022 02:16
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