-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show skeleton on Spacewalk transactions page (#551)
* Show skeleton for transactions table * Fix conditions for showing skeleton * Fix table loading endlessly when no wallet connected * Use react-query * Change subscription of active block number to single fetch This is to prevent rerenders of the table for each new active block This prevents the timestamps of the entries in the table to change on each rerender
- Loading branch information
Showing
3 changed files
with
110 additions
and
87 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,6 @@ dist-ssr | |
!.yarn/versions | ||
|
||
vite.config.ts.timestamp-* | ||
coverage/ | ||
coverage/ | ||
# Local Netlify folder | ||
.netlify |
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
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