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

Images don't refresh quickly enough on large searches #731

Open
alycejenni opened this issue Nov 27, 2023 · 1 comment
Open

Images don't refresh quickly enough on large searches #731

alycejenni opened this issue Nov 27, 2023 · 1 comment
Assignees

Comments

@alycejenni
Copy link
Member

alycejenni commented Nov 27, 2023

Related to #689. They now do refresh, but there might be a long delay during which the previous search's results still appear to be valid (and then are all suddenly replaced).

@alycejenni
Copy link
Member Author

There are at least two problems here. The first is that the view components (Table, List, Gallery) are all being mounted, destroyed and remounted when loaded, and the other problems I haven't worked out yet.

Problem one is due to this line:

<div v-show="hasResult" :class="{ disabled: invalidated }">

If the v-show="hasResult" :class="{ disabled: invalidated }" is removed, it stops the double mounting. I can't see any reason why that would be the case though so it might be a Vue bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant