From b247325eef07ca9f9b6453ef2825534f196cec61 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 28 Aug 2023 20:39:52 +0200 Subject: [PATCH] fix(FilePicker): Make height of FilePicker fixed and fill with loading skeletons Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileList.vue | 33 +++++++++++++++++++++--- lib/components/FilePicker/FilePicker.vue | 14 ++++++++-- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/lib/components/FilePicker/FileList.vue b/lib/components/FilePicker/FileList.vue index 4400ae72..2758933e 100644 --- a/lib/components/FilePicker/FileList.vue +++ b/lib/components/FilePicker/FileList.vue @@ -1,5 +1,5 @@