File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
release/share/git-webui/webui/css
src/share/git-webui/webui/css Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.15.0] - Unreleased
9+
10+ ## Fixed
11+ - Web UI workspace view labels changes as Unmerged if there are merge conflicts (#890 )
12+
813## [ 2.14.0] - 2025-11-07
914
1015### Added
Original file line number Diff line number Diff line change @@ -981,6 +981,12 @@ body {
981981 position : absolute;
982982 right : 5px ;
983983}
984+ # changedFilesContainer .file-area .U ::after {
985+ content : "Unmerged" ;
986+ position : absolute;
987+ right : 5px ;
988+ color : red;
989+ }
984990# changedFilesContainer .file-area .other-user-label svg {
985991 margin-right : 5px ;
986992}
Original file line number Diff line number Diff line change @@ -984,6 +984,13 @@ body {
984984 right : 5px ;
985985 }
986986
987+ .U ::after {
988+ content : " Unmerged" ;
989+ position : absolute ;
990+ right : 5px ;
991+ color : red ;
992+ }
993+
987994 .other-user-label svg {
988995 margin-right : 5px ;
989996 }
Original file line number Diff line number Diff line change 33 <Document name =" git-source-control.ZPM" >
44 <Module >
55 <Name >git-source-control</Name >
6- <Version >2.14 .0</Version >
6+ <Version >2.15 .0</Version >
77 <Description >Server-side source control extension for use of Git on InterSystems platforms</Description >
88 <Keywords >git source control studio vscode</Keywords >
99 <Packaging >module</Packaging >
You can’t perform that action at this time.
0 commit comments