From a276911ca7b0e7fb22de8589f34db299f24273de Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:46:02 +0200 Subject: [PATCH] feat: add refined visual design with gradient backgrounds, improved borders, and enhanced hover effects Add radial gradient background with accent colors, refined header with backdrop blur and shadow, improved navigation with active state indicator line, enhanced toolbar with focus states and transitions, refined table styling with gradient headers and hover animations, and add rescan button hover lift effect. Include responsive breakpoints for mobile layout adjustments. --- templates/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/index.html b/templates/index.html index 87a1906..92b59c1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,6 +54,17 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)} @keyframes rowIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes downloadPulse{0%,100%{box-shadow:0 0 0 rgba(113,60,158,0)}50%{box-shadow:0 0 14px rgba(146,87,194,.35)}}@keyframes progressShimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}} @media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}} +