mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-11 22:09:38 +00:00
Fixes
This commit is contained in:
@@ -1165,11 +1165,16 @@ function GitPanel({ selectedProject, isMobile }) {
|
|||||||
<Check className="w-4 h-4" />
|
<Check className="w-4 h-4" />
|
||||||
<span>Commit</span>
|
<span>Commit</span>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : confirmAction.type === 'pull' ? (
|
||||||
<>
|
<>
|
||||||
<Download className="w-4 h-4" />
|
<Download className="w-4 h-4" />
|
||||||
<span>Pull</span>
|
<span>Pull</span>
|
||||||
</>
|
</>
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
|
<Upload className="w-4 h-4" />
|
||||||
|
<span>Push</span>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user