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

refactor: ledger address list #610

Merged
merged 54 commits into from
Aug 15, 2024
Merged

Conversation

patricio0312rev
Copy link
Contributor

@patricio0312rev patricio0312rev commented Aug 13, 2024

[ledger] adjust address list

Summary

  • Depends on refactor: ledger open app page #609
  • Address component has been refactored.
  • Icons and translation files have been updated.
  • New unit tests have been added and snapshots have also been updated.
  • New mobile version for this page.
  • A blocks file containing all the reusable components for this page step has been created.
image

Checklist

  • My changes look good in both light AND dark mode
  • The change is not hardcoded to a single network, but has multi-asset in mind
  • I checked my changes for obvious issues, debug statements and commented code
  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arkvault ✅ Ready (Inspect) Visit Preview Aug 14, 2024 5:17pm

Base automatically changed from refactor/ledger-open-app-page to develop August 13, 2024 12:35
@@ -841,7 +841,7 @@ jobs:
- name: Test
uses: nick-invision/retry@v2
env:
COVERAGE_THRESHOLD_LINES: 99.93
COVERAGE_THRESHOLD_LINES: 99.75
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Due to the components being refactored, this line needed to be updated. The lines missing tests are the same as before the PR 🤔

Copy link

@samharperpittam samharperpittam left a comment

Choose a reason for hiding this comment

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

Minor issue but the divider lines within the table header shouldn't exist. (next to checkbox and between Address and Balance)

Design
image

Implementation
image

Also, when the checkbox within the table header is unselected, it should be white. Can see the difference in the images above.

@samharperpittam samharperpittam marked this pull request as draft August 14, 2024 09:15
@patricio0312rev
Copy link
Contributor Author

@samharperpittam @shahin-hq PR should be ready to review again ✅

@patricio0312rev patricio0312rev merged commit c2c0773 into develop Aug 15, 2024
30 checks passed
@patricio0312rev patricio0312rev deleted the refactor/ledger-address-list branch August 15, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants