Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.85k stars 450 forks source link

[Wireframes] Keyword search results with thumbnail-based entries #5957

Closed drew2a closed 3 months ago

drew2a commented 3 years ago

Below are two variants of wireframes that represent keyword search results.

Keyword search results

synctext commented 3 years ago

good discussion material! Could we have a design sketch with the current result density and inclusion of partial thumbnail results? We will always have some results not having thumbnails and years of transition I fear.

drew2a commented 3 years ago

For this particular situation, I propose using a placeholder, based on the file's extension (auto-generated picture).

We discussed it with @xoriole and @kozlovsky.

ichorid commented 3 years ago

Is it gonna be infinite-scrolled or paginated?

synctext commented 3 years ago

infinate scroll is now the industry best-practice.

ichorid commented 3 years ago

infinate scroll is now the industry best-practice.

Well, it depends... Google still uses pagination. The consensus here is that infinite scroll is better for variable-size items (e.g. Pinterest) and user engagement (e.g. Google Images), while pagination is better for navigation (e.g. Google search, webshops).

However, the biggest problem we got here is that infinite search is, ahem, infinitely slower with QT when implemented with standard widgets, because for every added widget the QT reactor adds all the necessary triggers, etc.

qstokkink commented 3 months ago

Given the latest GUI rework, this issue is no longer relevant.