Skip to content

Commit b1ca940

Browse files
authored
feat: compare doc and indicate in icon (#8)
* feat: compare doc and indicate in icon - refactoring - perform quick compare between doc of A and B - indicate difference in icon - show it with green icon if A and B doc is same - show it with yellow icon if A and B doc is different * fix: remove stored generated yaml doc for memory - remove doc that stores generated yaml string to reduce memory usage - introduce compare func instead of direct comparison from stored string of yaml * fix: add KubeMani Diff prefix for context menu title
1 parent 1018b4f commit b1ca940

12 files changed

+261
-170
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
{
123123
"command": "kubemani-diff.selectFiles",
124-
"title": "Select Kubernetes Manifest files to compare",
124+
"title": "KubeMani Diff: Select Kubernetes Manifest files to compare",
125125
"category": "KubeMani Diff"
126126
},
127127
{

resources/dark/item-in-file-A.svg

Lines changed: 3 additions & 10 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

resources/dark/item-in-file-AB.svg

Lines changed: 7 additions & 6 deletions
Loading

resources/dark/item-in-file-B.svg

Lines changed: 3 additions & 10 deletions
Loading

resources/light/item-in-file-A.svg

Lines changed: 4 additions & 3 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 9 additions & 3 deletions
Loading

resources/light/item-in-file-B.svg

Lines changed: 4 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)