From b62833384def002de0feeec1d4fefc0e52c2ebb6 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 26 Mar 2026 13:52:30 +0100 Subject: [PATCH] fix: resolve typescript/lint errors --- apps/web/src/app/layout.tsx | 2 +- apps/web/src/app/projects/page.tsx | 7 +- .../editor/panels/timeline/index.tsx | 1 - apps/web/src/components/ui/number-field.tsx | 47 ++++++---- .../src/hooks/use-keyboard-shortcuts-help.ts | 26 +++--- apps/web/src/lib/actions/definitions.ts | 87 +++++++++++-------- .../src/lib/animation/effect-param-channel.ts | 10 +-- .../lib/animation/graphic-param-channel.ts | 10 +-- apps/web/src/lib/animation/keyframe-query.ts | 2 +- apps/web/src/lib/animation/keyframes.ts | 4 +- .../src/lib/animation/property-registry.ts | 10 +-- apps/web/src/lib/animation/target-resolver.ts | 16 ++-- apps/web/src/lib/timeline/audio-state.ts | 2 +- apps/web/src/lib/timeline/drop-utils.ts | 15 ++-- 14 files changed, 127 insertions(+), 112 deletions(-) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index f8e6040f..b4ef36c7 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -35,7 +35,7 @@ export default function RootLayout({ crossOrigin="anonymous" strategy="beforeInteractive" /> - + {/* code to figma */} {/*