From 857a82ecfface3c30cd2a8127bfec7afb8589d55 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 f41cf81bb..a2931c29b 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') }}

+

+