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
Eventually when a user has created an account and linked their steam profile. There should be a page for them to view their games. Clicking the game should show the ROI stats.
This ticket's goal is to scaffold out the page.
This ticket is complete when:
Create a Vue route component to house the user game library
The routes should be updated to include the new page. The requiresAuth flag should be set to true.
The page should use the element UI library to add a title that says "Game Library", make sure the route meta is updated too
The text was updated successfully, but these errors were encountered:
Eventually when a user has created an account and linked their steam profile. There should be a page for them to view their games. Clicking the game should show the ROI stats.
This ticket's goal is to scaffold out the page.
This ticket is complete when:
requiresAuth
flag should be set to true.The text was updated successfully, but these errors were encountered: