-
Notifications
You must be signed in to change notification settings - Fork 19
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
Transactions UI updates #318
base: main
Are you sure you want to change the base?
Conversation
…gs from login screen)
When changing page size we should go back to page 1. For example if we are on page 200 with a page size of 25, switching to page size 100 make the page 200 to not exist and we see an empty table and we cannot go to page 1 easily. Another design feature that I would prefer is to have the navigation both on top and on the bottom. I don't like to scroll down or up to navigate. But that is a design preference I know some prefer to have only 1 pagination on the bottom or on the top. |
addressed everything but the pagination at the bottom. I combined pagination into a component that acts as the header (with search and view options). Might take a slight redesign of that to have an additonal pagination control but i'll play around with it |
This PR will fix #302
It adds:
Also
useWallet
hook withWalletContext
since it is shared state across the majority of components.