From 218a1a6c46b23bae9da2eef618189cc119c481cb Mon Sep 17 00:00:00 2001 From: "Tomi P. Hakala" Date: Wed, 15 Jan 2025 18:17:12 +0200 Subject: [PATCH 1/2] fix: append versioning query parameters to asset links in index.html - Updated the asset links in index.html to include versioning query parameters for CSS and JavaScript files. This change ensures that the latest versions of the assets are loaded, improving cache management and reducing potential issues with stale files. --- views/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/index.html b/views/index.html index 051a9b1..f4c340f 100644 --- a/views/index.html +++ b/views/index.html @@ -24,15 +24,15 @@ - - + + - + - + - - + + From f64e3f202e2ca8f3c9a39136ce968cc1422734d0 Mon Sep 17 00:00:00 2001 From: "Tomi P. Hakala" Date: Wed, 15 Jan 2025 18:17:22 +0200 Subject: [PATCH 2/2] style: adjust sidebar version number display for improved readability - Changed the font size of the version number in the sidebar from 'text-sm' to 'text-xs' and added 'text-gray-500' for better visual clarity. This enhances the overall appearance and consistency of the sidebar component. --- views/elements/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/elements/sidebar.html b/views/elements/sidebar.html index 3d0face..6a2099b 100644 --- a/views/elements/sidebar.html +++ b/views/elements/sidebar.html @@ -109,7 +109,7 @@ {{end}} {{/* Version number */}} -