From 58c8ad3bcc54ef6710152aef9e726abb45463f1c Mon Sep 17 00:00:00 2001 From: nessi Date: Mon, 17 Aug 2026 19:42:54 +0200 Subject: [PATCH] feat: add mobile performance optimizations with scroll-behavior and animation disabling for screens below 700px Add media query to disable smooth scrolling with scroll-behavior:auto on html. Remove backdrop-filter from header/dashboard/cards/panels/tables and box-shadow from panels. Disable transform/animation on table rows and series items with transform:none/animation:none. Add contain:layout paint to tablewrap with overscroll-behavior-x:contain and contain:layout style to view for performance --- templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/index.html b/templates/index.html index 6176851..a3d9115 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,17 @@ +