From 46bb09f03aa64a4578e447dfb44a50d7599c19f3 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Sat, 6 Jun 2026 21:51:43 +0800 Subject: [PATCH] fix: resolve CI lint and test failures - Apply biome formatting fixes to web app components - Add required S3 credentials to loadEnv test when STORAGE_MODE=s3 - Update bento-grid test tool counts from 52 to 53 for html-to-image --- .../components/common/file-library-modal.tsx | 4 ++- .../editor/options/transform-options.tsx | 11 +++++++- .../components/editor/tools/brush-tool.tsx | 28 +++++++++++++++---- scripts/generate-license.mjs | 4 ++- tests/unit/api/utilities.test.ts | 6 ++++ tests/unit/landing/bento-grid.test.tsx | 16 +++++------ 6 files changed, 52 insertions(+), 17 deletions(-) diff --git a/apps/web/src/components/common/file-library-modal.tsx b/apps/web/src/components/common/file-library-modal.tsx index 46da53ac..05ccadb9 100644 --- a/apps/web/src/components/common/file-library-modal.tsx +++ b/apps/web/src/components/common/file-library-modal.tsx @@ -153,7 +153,9 @@ export function FileLibraryModal({ open, onClose, onImport }: FileLibraryModalPr {/* Header */}
-

{t.automate.importFromLibrary}

+

+ {t.automate.importFromLibrary} +