-
Notifications
You must be signed in to change notification settings - Fork 60
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
explorer: integrate data stores and polling #1718
Conversation
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.
Left some comments around.
explorer/src/lib/components/transactions-list/TransactionsList.svelte
Outdated
Show resolved
Hide resolved
explorer/src/lib/components/transactions-list/TransactionsList.svelte
Outdated
Show resolved
Hide resolved
explorer/src/lib/containers/statistics-panel/StatisticsPanel.svelte
Outdated
Show resolved
Hide resolved
I see an experience issue that was also present in the old Explorer and I personally find quite unpleasant: Screen.Recording.2024-05-13.at.14.54.52.movSometimes, a user needs to click twice on the ID to get redirected to the page. I have to check the code, but if it's related to the polling, maybe it will be better to first redirect the user to the page and then initialize the polling – so that there is no lag before the page navigation? Edit: NVM, in this case seems like it was due to my configuration. |
Resolves #1694