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

[v1.0.2 all platforms] tagging while downloads are in progress repeatedly clears tag input #93

Closed
3 tasks done
blahah opened this issue Jun 27, 2017 · 1 comment
Closed
3 tasks done
Labels

Comments

@blahah
Copy link
Member

blahah commented Jun 27, 2017

reported by @npscience by email

Typing in the tag input in the detail view is impossible while downloads are happening because the view refreshes constantly, clearing the input.

The solution is to wrap the tag input in a cached element that doesn't refresh with the rest of the app using cache-component as we do for the search input. We probably need to do this for all inputs:

  • search
  • add tag
  • add datasource
@blahah
Copy link
Member Author

blahah commented Jun 27, 2017

All the inputs in the app are now cached and the issue is fixed. It will land in the next release - v1.0.3.

@blahah blahah closed this as completed Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant