From 01c9feefadbc7c61f74422c53b3e7ace956bb95b Mon Sep 17 00:00:00 2001 From: ReturnFI <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 20 Sep 2025 13:24:00 +0000 Subject: [PATCH] feat(ui): improve update notification system with Markdown and better visibility Enhances the update notification experience by improving logic, readability, and UI styling. - Reduced "skip this version" reminder period from 7 days to 2 hours for more frequent notifications. - Integrated showdown.js to render changelog content in Markdown for better formatting. - Converted changelog text from Markdown to HTML before displaying in the notification bar. - Enhanced visibility and styling of the update notification bar. --- core/scripts/webpanel/templates/base.html | 34 +++++++++++++---------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/core/scripts/webpanel/templates/base.html b/core/scripts/webpanel/templates/base.html index 1859db8..9d4fe2b 100644 --- a/core/scripts/webpanel/templates/base.html +++ b/core/scripts/webpanel/templates/base.html @@ -27,26 +27,26 @@