-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Tidy/Item component #573
Tidy/Item component #573
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff 🎉
Thank you so much for the awesome PRs! I was wondering if you would be interested in working on #282. This bug causes a terrible user experience, especially when you're scrolling through many pages of movies, click on a movie, and then click the back button and then have to scroll all the way down again. |
Logic is the same for the icon color 🤔 Is it possible it was already there ? Only thing I can think of is that the |
It might have been there already. May have been introduced by #575. |
* CSS text-ellipsis of item summary * No need to wrap event props * Fix summary test * CSS solution for torrent health * Use uncontrolled tooltip * Use uncontrolled dropdown * Read playback information from state directly * description component * Remove unused state vars * use data-e2e attribute * Capitalize react component filename
I think it's even before that. It's related to the way the health is set, depending on ratio and not just number of seeders. So, if the ratio is < 1, it will always set poor quality, regardless of the number of seeders |
I fixed it yesterday. Turned out to be a small typo |
No description provided.