Page MenuHomeDevCentral

Add 404 error page and catch-all route
AbandonedPublic

Authored by Chenani-MohamedAmine on Tue, Feb 24, 12:16.
Tags
None
Referenced Files
F24533189: D3977.id10314.diff
Wed, Feb 25, 21:09
F24533168: D3977.diff
Wed, Feb 25, 21:07
F24533053: D3977.id10312.diff
Wed, Feb 25, 20:57
F24531842: D3977.id10316.diff
Wed, Feb 25, 19:21
F24531841: D3977.id10313.diff
Wed, Feb 25, 19:21
F24531840: D3977.id10314.diff
Wed, Feb 25, 19:21
F24531809: D3977.diff
Wed, Feb 25, 19:18
F24531774: D3977.id10312.diff
Wed, Feb 25, 19:15
Subscribers
None

Details

Reviewers
ieli
Summary

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)

Diff Detail

Repository
rSP ServPulse
Lint
Lint Skipped
Unit
No Test Coverage
Branch
feature/404-error-page
Build Status
Buildable 6365
Build 6649: arc lint + arc unit

Event Timeline

Chenani-MohamedAmine created this revision.
ieli requested changes to this revision.Tue, Feb 24, 21:23
ieli added inline comments.
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
1–25

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__/.

This revision now requires changes to proceed.Tue, Feb 24, 21:23

Fixed 2-space indentation in router and added NotFound unit test

I mentioned in D3971 that the requested changes are implemented there.