This PR adds two quality-of-life improvements to the Jackett results table.
1. Torrent Name
Use Ant table's ellipsis feature to perform dynamic truncation of the torrent name, instead of using a fixed truncation of 70 chars.
Additionally, a popover tooltip is added to show the full name on hover.
2. Download Link
When manually selecting a torrent, it's often desirable to see where it's coming from. This adds a popover tooltip to the download button, containing the result link.
This PR adds two quality-of-life improvements to the Jackett results table.
1. Torrent Name
Use Ant table's
ellipsis
feature to perform dynamic truncation of the torrent name, instead of using a fixed truncation of 70 chars. Additionally, a popover tooltip is added to show the full name on hover.2. Download Link
When manually selecting a torrent, it's often desirable to see where it's coming from. This adds a popover tooltip to the download button, containing the result link.
Open to feedback :)