Here is the clean revision for the 404 page. I've stripped out all the unrelated navbar/logo changes and fixed the trailing newline issue as requested in D3971 -(https://devcentral.nasqueron.org/D3971)
Details
Details
Diff Detail
Diff Detail
- Repository
- rSP ServPulse
- Lint
Lint Skipped - Unit
No Test Coverage - Branch
- feature/404-error-page
- Build Status
Buildable 6367 Build 6651: arc lint + arc unit
Event Timeline
This comment was removed by Chenani-MohamedAmine.
| frontend/src/router/index.js | ||
|---|---|---|
| 6–55 | The diff shows the entire file was reformatted from 2-space indentation to 4-space indentation. This should be reverted to maintain consistency with the rest of the codebase. | |
| frontend/src/views/NotFound.vue | ||
| 2–26 | The new NotFound.vue component doesn't have a corresponding test file. Please add tests at frontend/src/views/__tests__/NotFound.test.js following the pattern used in frontend/src/components/__tests__/. | |