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

Show a "loading" message, particularly where searches may be long #447

Closed
Don-Isdale opened this issue Dec 4, 2024 · 2 comments
Closed
Assignees

Comments

@Don-Isdale
Copy link
Collaborator

This sub-issue is part of #443.


  • show a "loading" message, particularly where searches may be long
@Don-Isdale Don-Isdale self-assigned this Dec 4, 2024
Don-Isdale added a commit that referenced this issue Dec 8, 2024
part of #447
genotype-search.hbs : if .vcfGenotypeSearchTask.isRunning, display Loading ...
genotype-search.js :
 vcfGenotypeSearchDisabled() : add vcfGenotypeSearchTask.isRunning
 vcfGenotypeSearch() rename to vcfGenotypeSearchP(), return resultP,  and wrap with vcfGenotypeSearch() -> vcfGenotypeSearchTask().
@Don-Isdale
Copy link
Collaborator Author

Changes Implemented

65156a4 genotype-search : Show a Loading message

Tested OK on local

During Search :
Screenshot from 2024-12-09 10-09-43

After Search :

Screenshot from 2024-12-09 10-11-21

@Don-Isdale Don-Isdale reopened this Dec 8, 2024
@Don-Isdale
Copy link
Collaborator Author

Don-Isdale commented Dec 8, 2024

Tested additional components :

During Search operations :

  • Blast Search : shows : Searching ...
  • Feature Search : displays alarm clock icon (representing time delay)

Changes Implemented

00f41de Feature Search loading message prepend Searching ...

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

No branches or pull requests

1 participant