Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend: added error page #58

Closed
wants to merge 2 commits into from

Conversation

PrathamX595
Copy link
Contributor

Added Error Page

Fixes: #21

Description

added an error page which is rendered when an unknown route is accessed, it contains a link to go back to home page of the game.

How to Test

  1. use the command npm run dev in the console and open the application.
  2. In the search box add /k (or any other route which is not recognized by the router) after the existing text.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code and ensured it follows the project's coding guidelines.
  • I have updated the documentation, if necessary.
  • I have assigned reviewers to this pull request.

Screenshots (if applicable)

70e10a13-76c8-4561-8532-b4486e8272bd

ritwik-69 and others added 2 commits June 2, 2024 23:22
This commit removes the default vite react app css as its not going
to be used in the future and it was interferring with the existing components.

fixes:shivansh-bhatnagar18#43
added an error page which is rendered when an unknown route is accessed

Fixes: shivansh-bhatnagar18#21
@PrathamX595
Copy link
Contributor Author

@kuv2707 the previous PR(#35 ) was closed by mistake kindly review this PR and continue from here the requested changes have been implemented

@kuv2707 kuv2707 force-pushed the master branch 2 times, most recently from fe179ab to 199d751 Compare June 3, 2024 08:22
@kuv2707
Copy link
Collaborator

kuv2707 commented Jun 4, 2024

Seems good to me, but the design decisions will be made by others

@shivansh-bhatnagar18
Copy link
Owner

Thank you @PrathamX595 for your Pull Request. Every Pull request matters but we have found out a better Error page for the same. For now I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design an error page
4 participants