Feat(not-found): not found page #50
Merged
jakob.scheid
merged 22 commits from 2026-05-14 16:21:30 +02:00
feature/not-found-page into main
Labels
Clear labels
Area/Global
Area/Legal
Area/Search Results
Area/Settings
Area/Sidebar
Area/Start page
Compat/Breaking
Kind/Bug
Kind/Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Refactor
Kind/Security
Kind/Style
Kind/Testing
Kind/Urgent
A global issue or pull request
An issue or pull requests related to the search results feature
The issue or pull request is related to the settings
The issue or pull request is related to the sidebar
Related to the start page
Breaking change that will not be backward compatible
Something is not working
Chore and maintainerance
Documentation changes
Improve existing functionality
New functionality
Refactoring code
This is security issue
Code style changes
Issue or pull request related to testing
The issue or pull request is urgent
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Will Not Fix
3
This issue will not be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Projects
Clear projects
No projects
Project Board
Done
No Assignees
johannes.vos
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Seekra/frontend#50
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Related issues
Closes: #48
@@ -39,0 +39,4 @@},{path: '/:pathMatch(.*)*',name: 'not-found',Use camel case (notFound).
@@ -39,3 +45,3 @@];const router = createRouter({const router = createRouter({Omit the space at the end of the line.
@@ -0,0 +11,4 @@</template><style scoped>.global-header {Copying styles is a very bad idea. Nothing should be redundant.
@@ -0,0 +3,4 @@<header class="global-header"><h1>Seekra</h1><span class="error-message">ERROR 404: Page Not FoundDo not write ERROR uppercase.
@@ -0,0 +1,51 @@<template><div class="search-content">Do not use a container .search-content in a not found page.
@@ -0,0 +2,4 @@<div class="search-content"><header class="global-header"><h1>Seekra</h1><span class="error-message">No HTTP status code. That is confusing for people who are not familiar with technology.
@@ -0,0 +1,51 @@<template><div class="search-content"><header class="global-header">The not found page should be minimal, so omit the header. The navigation bar already contains Seekra.
Add NotFound.vueto Add NotFound.vue #48Good
Add NotFound.vue #48to Feat: not found pageFeat: not found pageto Feat(not-found): not found page