From 93ea309a79e198b322fdb7cddbccb2ddd4080b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 14 Nov 2023 21:19:33 +0100 Subject: [PATCH] fix: Overview column width and hide archive boards by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/navigation/AppNavigation.vue | 1 + src/components/navigation/AppNavigationBoardCategory.vue | 6 +++++- src/components/overview/Overview.vue | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/navigation/AppNavigation.vue b/src/components/navigation/AppNavigation.vue index 20c28b65c..0ab0db3ea 100644 --- a/src/components/navigation/AppNavigation.vue +++ b/src/components/navigation/AppNavigation.vue @@ -35,6 +35,7 @@ :text="t('deck', 'All boards')" :boards="noneArchivedBoards" :open-on-add-boards="true" + :default-open="true" icon="icon-deck">