File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed
release/share/git-webui/webui
src/share/git-webui/webui Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -884,6 +884,9 @@ body {
884
884
padding-top : 15px ;
885
885
overflow-y : scroll;
886
886
}
887
+ # changedFilesContainer .commit-area .button-group .btn {
888
+ margin-right : 5px ;
889
+ }
887
890
# commit-explorer-view # commit-explorer-navigator-view .panel .panel-body {
888
891
flex : 1 1 0px ;
889
892
-webkit-flex : 1 1 0px ;
Original file line number Diff line number Diff line change @@ -2569,6 +2569,11 @@ webui.NewChangedFilesView = function(workspaceView) {
2569
2569
'<div class="form-group">' +
2570
2570
'<textarea class="form-control" id="commitMsgDetail" placeholder="Enter commit message details (optional)"></textarea>' +
2571
2571
'</div>' +
2572
+ '<div class="button-group">' +
2573
+ '<div class="btn btn-primary"> Commit </div>' +
2574
+ '<div class="btn btn-secondary"> Stash </div>' +
2575
+ '<div class="btn btn-danger"> Discard </div>' +
2576
+ '</div>' +
2572
2577
'</div>' +
2573
2578
'</div>' +
2574
2579
'</div>'
Original file line number Diff line number Diff line change @@ -857,6 +857,12 @@ body {
857
857
.commit-area {
858
858
padding-top : 15px ;
859
859
overflow-y : scroll ;
860
+
861
+ .button-group {
862
+ .btn {
863
+ margin-right : 5px ;
864
+ }
865
+ }
860
866
}
861
867
}
862
868
Original file line number Diff line number Diff line change @@ -2569,6 +2569,11 @@ webui.NewChangedFilesView = function(workspaceView) {
2569
2569
'<div class="form-group">' +
2570
2570
'<textarea class="form-control" id="commitMsgDetail" placeholder="Enter commit message details (optional)"></textarea>' +
2571
2571
'</div>' +
2572
+ '<div class="button-group">' +
2573
+ '<div class="btn btn-primary"> Commit </div>' +
2574
+ '<div class="btn btn-secondary"> Stash </div>' +
2575
+ '<div class="btn btn-danger"> Discard </div>' +
2576
+ '</div>' +
2572
2577
'</div>' +
2573
2578
'</div>' +
2574
2579
'</div>'
You can’t perform that action at this time.
0 commit comments