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

explorer: integrate data stores and polling #1718

Merged
merged 2 commits into from
May 13, 2024
Merged

explorer: integrate data stores and polling #1718

merged 2 commits into from
May 13, 2024

Conversation

deuch13
Copy link
Contributor

@deuch13 deuch13 commented May 8, 2024

Resolves #1694

@deuch13 deuch13 added the module:explorer Issues related to explorer module label May 8, 2024
@deuch13 deuch13 self-assigned this May 8, 2024
@deuch13 deuch13 marked this pull request as ready for review May 13, 2024 08:15
@deuch13 deuch13 requested review from nortonandreev, kieranhall and ascartabelli and removed request for nortonandreev and kieranhall May 13, 2024 08:15
Copy link
Contributor

@ascartabelli ascartabelli left a 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/alert/Alert.svelte Outdated Show resolved Hide resolved
explorer/src/lib/components/alert/Alert.svelte Outdated Show resolved Hide resolved
explorer/src/lib/components/alert/Alert.svelte Outdated Show resolved Hide resolved
explorer/src/lib/components/alert/Alert.svelte Outdated Show resolved Hide resolved
explorer/src/lib/components/alert/Alert.svelte Outdated Show resolved Hide resolved
explorer/src/lib/components/world-map/WorldMap.svelte Outdated Show resolved Hide resolved
@nortonandreev
Copy link
Contributor

nortonandreev commented May 13, 2024

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.mov

Sometimes, 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.

@deuch13 deuch13 merged commit a46fd0b into master May 13, 2024
8 checks passed
@deuch13 deuch13 deleted the feature-1694 branch May 13, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:explorer Issues related to explorer module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate data stores and polling in application
3 participants