Feat/dead routes recovery#184
Merged
mikewheeleer merged 3 commits intoJun 27, 2026
Merged
Conversation
- Test navigation landmark and semantic list structure - Test all four recovery links (Home, Services, Stats, Docs) - Test keyboard accessibility with focus-visible outlines - Test dark mode styling - Achieve 100% code coverage
Add section explaining the semantic navigation landmark with quick-return links to primary surfaces (Home, Services, Stats, Docs) for improved user recovery and keyboard accessibility
Contributor
|
solid — merging this 🙌 |
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 of Changes
I successfully enriched the 404 page with recovery links. Here's what was accomplished:
✅ 1. Enhanced not-found.tsx
<nav aria-label="Helpful links">landmark/), Services (/services), Stats (/stats), Docs (/docs)focus-visibleoutlines✅ 2. Comprehensive Test Suite
✅ 3. Documentation Updated
✅ 4. Validation Complete
✅ 5. Git Commits Created
Three focused, separate commits:
938068a- Add recovery links navigation to 404 page2c8e516- Add comprehensive tests for 404 page with recovery linksad12e90- Document 404 recovery links in READMEFiles Modified:
src/app/not-found.tsx(enhanced)src/app/not-found.test.tsx(created)README.md(documented)All acceptance criteria have been met! The 404 page now provides users with a clear path back into the application through semantic, keyboard-accessible recovery links.
Closes #166