You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the My Library page - Consoles You Own section; it should
Display Consoles you don't currently own (as red background)
You can get the complete list from GET /v1/consoles (built)
Click on a Console should open a Angular JS Material Dialog (in particular the Confirm Dialog) for the following situations
If you already have the console, it should prompt you if you want to remove it (e.g. you sold it).
If you don't have the console, it should prompt you if you want to add it (e.g. you bought it).
Clicking ok should update your consoles you own via PATCH /v1/users/{userId} (not yet built)
Also should refresh the consoles on the page & update your cookie/rootScope object. So maybe update the AuthenticationService to do this?
Clicking cancel should do nothing.
Make the Playstation and Xbox images more equally sized.
The text was updated successfully, but these errors were encountered:
On the My Library page - Consoles You Own section; it should
You can get the complete list from
GET /v1/consoles
(built)If you already have the console, it should prompt you if you want to remove it (e.g. you sold it).
If you don't have the console, it should prompt you if you want to add it (e.g. you bought it).
PATCH /v1/users/{userId}
(not yet built)Also should refresh the consoles on the page & update your cookie/rootScope object. So maybe update the AuthenticationService to do this?
The text was updated successfully, but these errors were encountered: