feat: add branded 404 page UI#636
Merged
Merged
Conversation
|
Hi @Yogender-verma, Thanks for opening this pull request. This PR has been automatically classified based on the files modified. Applied Labels
Primary Review Area
Reviewer@ShantKhatri has been identified as the primary reviewer for this pull request. If you have any questions regarding the affected area or implementation details, feel free to reach out to the assigned reviewer. Thank you for your contribution! |
CI — All Checks PassedBackend — SKIP
Mobile — SKIP
Web — PASS
Last updated: |
|
Congratulations @Yogender-verma on getting PR #636 merged! Thank you for your contribution to the project. To receive the appropriate GSSoC labels and recognition, please mention @Harxhit in the #get-labels channel on our Discord server and share your merged PR link. |
ShantKhatri
pushed a commit
to ShantKhatri/DevCard
that referenced
this pull request
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves the 404 Not Found page UI by enhancing visual hierarchy, increasing layout spacing, and introducing a branded header for better product identity consistency. It improves the overall user experience when navigating to invalid routes.
Closes #591
Type of Change
What Changed
How to Test
npm run dev:webhttp://localhost:5173/random-pageChecklist
npm run lintpasses).npm run typecheck --workspaces --if-present).npm run test --workspaces --if-present).console.logor debug statements left in the code.Screenshots / Recordings
Additional Context
This change focuses purely on UI/UX improvements and branding consistency. No functional routing or backend logic was modified. Future improvements could include subtle animations or micro-interactions for the 404 state.