Improve thumbnail loading performance, relocate search button#269
Open
HUN220 wants to merge 4 commits intostac-utils:mainfrom
Open
Improve thumbnail loading performance, relocate search button#269HUN220 wants to merge 4 commits intostac-utils:mainfrom
HUN220 wants to merge 4 commits intostac-utils:mainfrom
Conversation
Allow the search results to display as soon as the results are returned and move the loading of the thumbnails to background tasks. If thumbnails are still loading when you page back and forth, or clear the results, they will be cancelled.
This fixes stac-utils#214 by moving the search button below the scroll area of the Search tab.
If you enable Data Driven Queryables the current timestamp is used for the datetime property and the user needs to manually clear it if they don't want to use it. If they don't clear the datetime their search won't return any results.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apologies if this PR contains too many changes but the changes are at least nicely separated in the commits.