Closed iain801 closed 1 year ago
In this PR, a back button is added to the leaderboard page, which navigates to whichever page the user was previously on.
Please give suggestions on the following:
npm test
npm run coverage
npx stryker run
npx eslint --fix src
Closes #12
Looks good! A simple button to return to the previous page and it works for both when users look at the leaderboard from their play page and when admins look at the leaderboard from the list page.
Overview
In this PR, a back button is added to the leaderboard page, which navigates to whichever page the user was previously on.
Screenshots (Optional)
Feedback Request (Optional)
Please give suggestions on the following:
Validation (Optional)
Tests
npm test
) passnpm run coverage
) 100%npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes #12