hyperplay-desktop-client
hyperplay-desktop-client copied to clipboard
Reduce number of confirmations when installing game
Currently the flow for installing a new game is as follows:
- Click on game in store
- Click Add to Library
- Click Play/Install
- Confirmation alert appears: "X Game is not installed, install it?"
- Click Yes
- Install dialog with folder path choice & download size appears
- Click Install
4 looks like it can be removed entirely since 6 takes care of it
2 & 3 can likely be combined into "Play/Install Game" by automatically adding to library
The proposed flow is as follows:
- Click on game in store
- Click Play/Install
- Install dialog with folder path choice & download size appears
- Click Install
If it is crucial to have the "Add to Library" and "Play/Install" functionality separate, it would be:
- Click on game in store
- Click Add to Library
- Click Play/Install
- Install dialog with folder path choice & download size appears
- Click Install
Could we switch the first from "Click on game Store" to Hover over the game card?
I think was implemented already, no?
But there is an issue right now. It won't open the Install modal, instead. It will show this dialog and then install on the default location with no options or anything:
But that is another issue, I will open it and try to fix it later.
Ok, after clicking yes it shows the actual modal. So it is fine then.