refactor: rename frontend API files to kebab-case

Renamed:
- git_repositories.ts → git-repositories.ts
- ssh_keys.ts → ssh-keys.ts
- tool_types.ts → tool-types.ts
- tool_types.test.ts → tool-types.test.ts

Updated all imports across components, pages, and hooks.

Quality gates: verified no remaining old imports.
This commit is contained in:
2026-06-04 12:33:10 +02:00
parent 7fe2790199
commit 020f832eed
23 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import {
type Branch,
type CommitHistoryResponse,
type CommitDetail,
} from "../api/git_repositories";
} from "../api/git-repositories";
export interface GitStatus {
branch: string;