fix: commit semantic repair changes

This commit is contained in:
2026-03-21 11:22:25 +03:00
parent b11e35b451
commit 81406bc2e2
272 changed files with 4603 additions and 1668 deletions

View File

@@ -1,12 +1,14 @@
<!-- [DEF:CommitModal:Component] -->
<!--
@UX_STATE: Loading -> Default
@COMPLEXITY: 3
@SEMANTICS: git, commit, modal, version_control, diff
@PURPOSE: Модальное окно для создания коммита с просмотром изменений (diff).
@LAYER: Component
@RELATION: CALLS -> gitService.commit
@RELATION: CALLS -> gitService.getStatus
@RELATION: CALLS -> gitService.getDiff
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: DISPATCHES -> commit
-->