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

v2 - WalletOverview #75

Open
6 tasks
mezuny opened this issue Jul 31, 2023 · 1 comment
Open
6 tasks

v2 - WalletOverview #75

mezuny opened this issue Jul 31, 2023 · 1 comment
Assignees

Comments

@mezuny
Copy link

mezuny commented Jul 31, 2023

  • Recent Transactions still uses mockup, not actual data
  • Turn Recent Transactions in to a component placed on the page
  • ADA chart is not full width, needs styling checked

Make sure there's 3 split components with no dependencies that are provided by the wrapping page:

  • WalletCard
  • Recent Transactions
  • ADA Price Chart
@mezuny mezuny self-assigned this Jul 31, 2023
@spward
Copy link

spward commented Aug 3, 2023

@mezuny to fix the ADA Chart issue, add
top: 0, left: 0, right: 0, bottom: 0

to Grid inside of getChartConfig()
It removes all additional padding to the charts. You may only need left and right

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

No branches or pull requests

2 participants