-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show estimated duration for new transactions #697
Conversation
- show only the latest completed activities - show notifications top of the card
✅ Deploy Preview for acre-dapp-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for acre-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This is a temporary solution. It should be fixed by updating the animations or Pagination component.
After the latest changes, pending transactions are also displayed in the main activity table. Therefore, the withdrawal activity should also be initialized in `activities` state.
pt={6} | ||
bgGradient="linear(to-b, transparent, gold.200 20%)" | ||
zIndex={2} | ||
// TODO: Temporary solution - Animation should be fixed in such a way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you give an example of the issue or elaborate some more? I don't understand the issue to be honest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find more details in #705. There is an example video of issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conceptually this component was supposed to be headless to make composition easier, hence the need to add styles separately is reasonable.
But leaving that aside, the animation bug is there and needs to be addressed sooner or later.
Co-authored-by: Jakub Nowakowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #684
This PR adds the estimated duration for new transactions. All transactions will be displayed in the history table. However, notifications will only show completed ones and the list of activity notifications will be shown at the top.
What has been done:
CurrencyBalance
component. -32fe952CurrencyBalance
component. - d62c97dDuring the implementation of the UI changes for the middle column, the padding was changed. This change also affected the pagination buttons for the activity table. These components should be separate and should not affect each other. In addition, it was noted that when we add some new element under the
PaginationPage
orPagination
tag, the list of activities will overlap it when we switch pages. For this purpose, thePaginationFooter
component was created as a temporary solution. We should resolve this in a separate PR. Created an issue - #705UI
Testing
Make sure we display the correct estimated duration: