From bca97a5284953cd2fc65761f55b8393aa3442567 Mon Sep 17 00:00:00 2001 From: simos Date: Tue, 8 Jul 2025 15:14:12 +0000 Subject: [PATCH] Update GitPanel --- src/components/GitPanel.jsx | 347 ++++++++++++++++++------------------ 1 file changed, 177 insertions(+), 170 deletions(-) diff --git a/src/components/GitPanel.jsx b/src/components/GitPanel.jsx index 1c9b6cc..6f7c1d5 100755 --- a/src/components/GitPanel.jsx +++ b/src/components/GitPanel.jsx @@ -506,189 +506,196 @@ function GitPanel({ selectedProject, isMobile }) { - {/* Tab Navigation */} -
- - -
- - {/* Changes View */} - {activeView === 'changes' && ( + + ) : ( <> - {/* Commit Message Input */} -
-
-