feat: redesigned Git tab layout with improved organization

This commit is contained in:
Bohdan Triapitsyn
2025-12-19 02:48:58 +02:00
parent 71574acf19
commit bbceccfb64
17 changed files with 1726 additions and 1058 deletions
@@ -0,0 +1,11 @@
export { GitHeader } from './GitHeader';
export { GitEmptyState } from './GitEmptyState';
export { ChangesSection } from './ChangesSection';
export { ChangeRow } from './ChangeRow';
export { CommitSection } from './CommitSection';
export { CommitInput } from './CommitInput';
export { AIHighlightsBox } from './AIHighlightsBox';
export { HistorySection } from './HistorySection';
export { HistoryCommitRow } from './HistoryCommitRow';
export { SyncActions } from './SyncActions';
export { BranchSelector } from './BranchSelector';