From edc62aa9b07a6c97a13eddc9b88dd453bf07cf39 Mon Sep 17 00:00:00 2001 From: shumit taher Date: Tue, 2 Sep 2025 06:44:10 +0000 Subject: [PATCH 1/5] change in conf --- user-data/conf.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user-data/conf.yml b/user-data/conf.yml index 5f0b012a..b0db8125 100644 --- a/user-data/conf.yml +++ b/user-data/conf.yml @@ -17,6 +17,10 @@ appConfig: sections: - name: Getting Started icon: fas fa-rocket + displayData: + sortBy: default + rows: 1 + cols: 4 items: - title: Dashy Live description: Development a project management links for Dashy From bd08a227db4e48e7fc6a100ab97c6155f70680c8 Mon Sep 17 00:00:00 2001 From: shumit taher Date: Tue, 2 Sep 2025 08:33:05 +0000 Subject: [PATCH 2/5] fethcing col count dynamically --- src/views/Home.vue | 11 +++++++- user-data/conf.yml | 64 +++++++++++++++++++++++++++++----------------- 2 files changed, 51 insertions(+), 24 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 004b181a..a954a121 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -19,7 +19,9 @@ -
+
+ {{readActiveColCount()}}