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

Improve skeletons #124

Merged
merged 11 commits into from
Sep 5, 2024
Merged

Improve skeletons #124

merged 11 commits into from
Sep 5, 2024

Conversation

selankon
Copy link
Collaborator

@selankon selankon commented Aug 30, 2024

Fixes #109
Fixes #95

  • It shows a txCount on block details page: this is not related to the PR scope but i did the fix because is just a little change. Take an account that uses the new implementation of txCount which only works on dev for now
  • It implements a generic layout for list pages to avoid repeating code
  • Also implents generic layout table
  • Implements loaders for table cells
  • Implements generic list for all cards list layout
  • Implements loader for envelopes

Copy link

github-actions bot commented Aug 30, 2024

@github-actions github-actions bot temporarily deployed to pull request August 30, 2024 11:13 Inactive
Copy link

github-actions bot commented Aug 30, 2024

@github-actions github-actions bot temporarily deployed to pull request August 30, 2024 11:14 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 30, 2024 11:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 30, 2024 11:19 Inactive
@elboletaire
Copy link
Member

I don't see most of the cases fixed, the issues remain

@selankon selankon marked this pull request as draft September 3, 2024 08:40
@selankon
Copy link
Collaborator Author

selankon commented Sep 3, 2024

I don't see most of the cases fixed, the issues remain

Sorry I set it "ready for review" by mistake

@github-actions github-actions bot temporarily deployed to pull request September 3, 2024 11:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 3, 2024 11:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 07:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 07:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 09:47 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 09:47 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 5, 2024 07:34 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 5, 2024 07:34 Inactive
@selankon selankon marked this pull request as ready for review September 5, 2024 07:34
@github-actions github-actions bot temporarily deployed to pull request September 5, 2024 07:38 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 5, 2024 07:38 Inactive
@elboletaire elboletaire merged commit 00fe05b into main Sep 5, 2024
3 checks passed
@elboletaire elboletaire deleted the f/improve-skeletons branch September 5, 2024 08:24
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 <selankon@selankon.xyz>
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

Successfully merging this pull request may close these issues.

Review skeletons Refactor generic loading page layout
2 participants