From cdf655f869bd0993b52f4268f058571740b1cf4d Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 28 Feb 2021 02:58:53 +0100 Subject: Add 404 page #10 --- webui/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webui/src/App.tsx') diff --git a/webui/src/App.tsx b/webui/src/App.tsx index b9ade974..4c81913c 100644 --- a/webui/src/App.tsx +++ b/webui/src/App.tsx @@ -5,6 +5,7 @@ import Layout from './components/Header'; import BugPage from './pages/bug'; import ListPage from './pages/list'; import NewBugPage from './pages/new/NewBugPage'; +import NotFoundPage from './pages/notfound/NotFoundPage'; export default function App() { return ( @@ -13,6 +14,7 @@ export default function App() { + ); -- cgit From ec8a9b20696da25bf1781dd190e7ec6a8fbf5687 Mon Sep 17 00:00:00 2001 From: Lena Date: Mon, 1 Mar 2021 21:12:53 +0100 Subject: Backbutton to left with patch from GlancingMind, Adjusting and 404 for missing bug pages #10 --- webui/src/App.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/src/App.tsx') diff --git a/webui/src/App.tsx b/webui/src/App.tsx index 4c81913c..e0580b1d 100644 --- a/webui/src/App.tsx +++ b/webui/src/App.tsx @@ -13,6 +13,7 @@ export default function App() { + -- cgit From 46d38aa53fa925a2335fdf6c3b0b6f47d05dce94 Mon Sep 17 00:00:00 2001 From: Lena Date: Tue, 2 Mar 2021 20:15:39 +0100 Subject: Route instead of Redirect from empty bug to 404 after a hint from GM #10 --- webui/src/App.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webui/src/App.tsx') diff --git a/webui/src/App.tsx b/webui/src/App.tsx index e0580b1d..4c81913c 100644 --- a/webui/src/App.tsx +++ b/webui/src/App.tsx @@ -13,7 +13,6 @@ export default function App() { - -- cgit