-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pagination via components (recovery after revert) #127
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elboletaire
temporarily deployed
to
development
September 6, 2024 15:22
— with
GitHub Actions
Inactive
elboletaire
temporarily deployed
to
development
September 6, 2024 15:22
— with
GitHub Actions
Inactive
elboletaire
had a problem deploying
to
development
September 9, 2024 08:10
— with
GitHub Actions
Failure
elboletaire
had a problem deploying
to
development
September 9, 2024 08:10
— with
GitHub Actions
Failure
elboletaire
temporarily deployed
to
development
September 9, 2024 08:24
— with
GitHub Actions
Inactive
elboletaire
temporarily deployed
to
development
September 9, 2024 08:24
— with
GitHub Actions
Inactive
elboletaire
temporarily deployed
to
development
September 9, 2024 09:52
— with
GitHub Actions
Inactive
elboletaire
temporarily deployed
to
development
September 9, 2024 09:52
— with
GitHub Actions
Inactive
elboletaire
added a commit
that referenced
this pull request
Sep 9, 2024
* Review process pagination (#123) * Fix block txCount (#103) * Improve skeletons (#124) * Add gap to transaction list * Implement async list layout * Implement AsyncListLayout on all lists * Refactor to extract logic * Implement fees table isLoading * Memoize components * Implement async table * Implement envelope loading * Add txCount to tab * Implement PaginatedAsyncList on account elections * Use txCount * Bump vocdoni packages (#125) * Bump vocdoni packages * Fix deprecated api methods * Fix new types * Fix tx subtype * Fix tx_title * Fix tx card layout * Fix tx card layout * chakra-components pagination (#126) * Refactor adding chakra-components pagination components (and other fixes) * Upgrade chakra-components version * Revert "chakra-components pagination (#126)" This reverts commit 7a6101a. * Pagination via components (this time is true) (#127) * Refactor adding chakra-components pagination components (and other fixes) * Upgrade chakra-components version * Update packages fixing dependency error * Update packages fixing missing exports * Eat this, node * Fix latest blocks loading skeleton (#128) * Force light theme to avoid issues (specially for devs) --------- Co-authored-by: selankon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've reverted the PR #126 since it crashes the entire application. I think it's a bad
chakra-components
build, but I'm out of time this week, so I've reverted the changes and open this PR again. Next week I'll take a look.