-
Notifications
You must be signed in to change notification settings - Fork 16
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
Suggestion: pass torrent.description from TorrentList to TorrentListTorrentDetails #533
Comments
Hi @ngthhu good catch! That would be a good improvement. We can just pass the description from the parent component Maybe, in the beginning, the intention was to show more info. |
There is one more thing: when the description includes links to images, it takes some time to load. Should we consider pre-rendering? |
Hi @ngthhu The reason is we are using a proxy for the images. There is an open issue to use a skeleton while the app is fetching the data. |
The
TorrentListTorrentDetails
component only displays thetorrent.description
. Therefore, I think it's redundant to pass thetorrent.info_hash
and call the API each time a list item is clicked.The text was updated successfully, but these errors were encountered: