From ed4562d19968d569244ff8b4c1d533199ec868a1 Mon Sep 17 00:00:00 2001 From: busya Date: Mon, 1 Jun 2026 15:43:20 +0300 Subject: [PATCH] =?UTF-8?q?feat(ts-migration):=20Phase=203-4=20=E2=80=94?= =?UTF-8?q?=20all=20components=20+=20tests=20JS=E2=86=92TS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Converted 11 remaining production files: - services/*.ts (toolsService, taskService, git-utils, storageService, adminService, gitService) - lib/auth/permissions.ts - lib/components/layout/sidebarNavigation.ts - lib/components/reports/reportTypeProfiles.ts - components/git/useGitManager.ts - routes/datasets/review/useReviewSession.ts - routes/datasets/review/review-workspace-helpers.ts - routes/settings/settings-utils.ts All production files have proper GRACE contracts: - C2/C3 with @BRIEF, @PRE, @POST, @SIDE_EFFECT, @RELATION - Generic for API calls - Typed interfaces for state/options Phase 3: 126 .svelte components → diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index caf6cf0c..09c3f88b 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -19,7 +19,7 @@ -