Add NotFound.vue #48 #50

Merged
jakob.scheid merged 22 commits from feature/not-found-page into main 2026-05-14 16:21:30 +02:00
Showing only changes of commit 22c3aafcc5 - Show all commits
+3 -6
View File
@@ -1,10 +1,7 @@
<template>
<header class="global-header">
<h1>Seekra</h1>
<span class="error-message">
The page you are looking for does not exist. Please check the URL or return to the search page.
</span>
</header>
<span class="error-message">
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Do not use a container .search-content in a not found page.

Do not use a container *.search-content* in a not found page.
The page you are looking for does not exist. Please check the URL or return to the search page.
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

The not found page should be minimal, so omit the header. The navigation bar already contains Seekra.

The not found page should be minimal, so omit the header. The navigation bar already contains *Seekra*.
</span>
<RouterLink to="/" id="link">Back to Search</RouterLink>
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

No HTTP status code. That is confusing for people who are not familiar with technology.

No HTTP status code. That is confusing for people who are not familiar with technology.
</template>
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Do not write ERROR uppercase.

Do not write *ERROR* uppercase.
1