supertuxkart / stk-code

The code base of supertuxkart
Other
4.53k stars 1.06k forks source link

Add grid view in add-ons menu #4482

Open h6899 opened 3 years ago

h6899 commented 3 years ago

When browsing for add-ons in the menu, it can get very tedious to click on each add-on, to check details about the add-on. Adding grid view with thumbnails, can make it easier and faster for the player to find an add-on they want.

Show the add-on thumbnails in a grid with name under the thumbnail. Add a button to choose between list view and grid view in the menu. Hovering the mouse over an add-on when still for two seconds, should show a tooltip with "Description, size, rating, etc".

Benau commented 3 years ago

Show the add-on thumbnails in a grid is not possible for now because we only download those addon icon on-demand to save bandwidth, during the china virus pandemic we had a sudden server charge increase because of that...

if everyone visiting the addons screen with downloading all icons it may cause problem again.....

Tooltip may still be possible if you really want