From d53fba06a223da5409c4da39c87aa53dca34d2d8 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Sun, 25 Jan 2026 06:34:44 +0100 Subject: [PATCH] auto-claude: subtask-1-4 - Add performance optimizations - update willChange --- .auto-claude-status | 10 +++++----- src/components-vite/FloatingPaths.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.auto-claude-status b/.auto-claude-status index e45526a..c516e69 100644 --- a/.auto-claude-status +++ b/.auto-claude-status @@ -1,10 +1,10 @@ { "active": true, "spec": "023-optimize-floatingpaths-component-reduce-36-animate", - "state": "planning", + "state": "building", "subtasks": { - "completed": 0, - "total": 0, + "completed": 3, + "total": 5, "in_progress": 1, "failed": 0 }, @@ -18,8 +18,8 @@ "max": 1 }, "session": { - "number": 2, + "number": 5, "started_at": "2026-01-25T06:23:30.683286" }, - "last_update": "2026-01-25T06:27:53.702574" + "last_update": "2026-01-25T06:33:12.398875" } \ No newline at end of file diff --git a/src/components-vite/FloatingPaths.tsx b/src/components-vite/FloatingPaths.tsx index de5d65d..ea36699 100644 --- a/src/components-vite/FloatingPaths.tsx +++ b/src/components-vite/FloatingPaths.tsx @@ -35,7 +35,7 @@ export function FloatingPaths({ position }: { position: number }) { repeat: Number.POSITIVE_INFINITY, ease: "linear", }} - style={{ willChange: 'auto' }} + style={{ willChange: 'opacity' }} /> ))}