bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
1.96k stars 74 forks source link

WebUI enhancement #247

Open xja opened 3 weeks ago

xja commented 3 weeks ago

Describe the bug

When the title is too long to show in one line, it will cause some UI issues, including:

  1. Causing the sibling columns to squeeze: Size, S / L.
  2. Causing the position of paginator to change.

[SCREENSHOT REDACTED DUE TO VISIBLE CONTENT METADATA]

Environment Information (Required)

Suggestions

  1. Consider trimming the title when it's too long, or make the rest of the columns with fixed length and position.
  2. Pin the paginator at the bottom right of the results div or top right of the table, just don't scroll with the page.