From 911ed7a2f4c23b57312de68961ab3cd1a5995781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 17 Nov 2023 10:30:08 +0100 Subject: [PATCH] fix: Show proper error page when board was not found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/board/Board.vue | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index e6bb69547..6b371d338 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -30,6 +30,11 @@

{{ t('deck', 'Loading board') }}

+

+
+

{{ t('deck', 'Board not found') }}

+

+