Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
257 stars 12 forks source link

Allow user to specify rows displayed of installed games. #410

Closed Kudjo-Grand closed 2 weeks ago

Kudjo-Grand commented 1 month ago

I sometimes have many games installed at a time and think it would be much easier for users in the same circumstance if we had the ability to choose how many rows are displayed at a time.

Before (the classic way it is now): image

After a user selects to display two rows: image (note the top right where the user can choose the rows)

What do you think?

Yelo420 commented 2 weeks ago

Implemeted including restore after restart.

The horizontal scroll bar is active when the elements overflow through the row lock. image

Also included row overflow so no empty row is created but it is still valid if there are enough elements. image

UI reacts dynamically to changes in the installed games collection (installation/uninstallation)

I hope that fits.

Kudjo-Grand commented 2 weeks ago

That looks awesome! I look forward to using it.

Thank you.