Skip to content

feat(not-found): implement production 404 page - #22

Merged
kamycoding merged 1 commit into
mainfrom
feat/not-found-page
Aug 9, 2026
Merged

feat(not-found): implement production 404 page#22
kamycoding merged 1 commit into
mainfrom
feat/not-found-page

Conversation

@kamycoding

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 9, 2026 19:04
@netlify

netlify Bot commented Aug 9, 2026

Copy link
Copy Markdown

Deploy Preview for fanciful-cannoli-268c0c ready!

Name Link
🔨 Latest commit 3f03622
🔍 Latest deploy log https://app.netlify.com/projects/fanciful-cannoli-268c0c/deploys/6a78cf360ec6a50008173b91
😎 Deploy Preview https://deploy-preview-22--fanciful-cannoli-268c0c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@kamycoding
kamycoding merged commit f6ef4d1 into main Aug 9, 2026
4 of 5 checks passed
@kamycoding
kamycoding deleted the feat/not-found-page branch August 9, 2026 19:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements a production-ready Not Found (404) page in the Angular app and updates routing-related tests to assert the new user-facing copy.

Changes:

  • Replaces the placeholder not-found template with a styled, accessible 404 page including navigation actions and the shared footer.
  • Wires up required standalone imports for routing links and footer rendering on the not-found page.
  • Updates/adds tests to validate the new 404 content and to keep the project-detail redirect assertion aligned with the new page.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/app/pages/project-detail/project-detail.spec.ts Updates redirect test to assert the new not-found page content.
src/app/pages/not-found/not-found.ts Adds RouterLink and Footer imports for the not-found page component.
src/app/pages/not-found/not-found.spec.ts Adds unit tests validating the 404 page’s key content and primary navigation link.
src/app/pages/not-found/not-found.html Implements the production 404 page markup with accessible structure and router links.
src/app/pages/not-found/not-found.css Adds styling for the production 404 page layout and actions.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants