reclaim/app/lib
flemming-it 136d3b48c6 perf(ui): stop the nav-rail brand pulse to fix web scroll jank
The DeltaMark ran an endless 9s breathing animation (60fps repaint)
inside the persistent nav rail, so it repainted on every scroll
frame and stuttered scrolling on Flutter web. Make the rail mark
static (animated: false) and isolate the animated variant (landing
page) behind a RepaintBoundary.

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-19 02:25:38 +02:00
..
data feat(hub): default to live hub on startup + accept partial flow bags 2026-06-18 15:43:15 +02:00
pages perf(ui): stop the nav-rail brand pulse to fix web scroll jank 2026-06-19 02:25:38 +02:00
theme feat(brand): rename product to Recl∆Im (Reclaim) across app, bundle, docs 2026-06-18 13:42:55 +02:00
widgets perf(ui): stop the nav-rail brand pulse to fix web scroll jank 2026-06-19 02:25:38 +02:00
main.dart feat(ui): ModeBanner replaces DemoBanner + no silent mock-fallback 2026-06-18 15:57:50 +02:00