From 640897277d0a6ab3679870a15f13a30c84551f8a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:00:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20Optimize=20GradientBlinds?= =?UTF-8?q?=20loop=20and=20GC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Refactored GradientBlinds.tsx to use mutable refs for mouse coordinates. - Removed synchronous layout thrashing (getBoundingClientRect) from the animation loop. - Optimized OGL uniform updates to use in-place array mutation. Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>