Skip to content

Commit 7717ebf

Browse files
authored
Merge pull request #629 from SwapnilChand/main
Reverted to vs-code-dev and added export button
2 parents 6622a20 + f4da1db commit 7717ebf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1237
-2216
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

extensions/vscode/media/sidebar.css extensions/media/sidebar.css

+25
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,31 @@ body {
5454
font-weight: bold;
5555
}
5656

57+
#export-history-btn {
58+
background-color: white;
59+
color: black;
60+
border: none;
61+
border-radius: 3px;
62+
padding: 6px 10px;
63+
font-size: 12px;
64+
font-weight: 500;
65+
cursor: pointer;
66+
display: flex;
67+
align-items: center;
68+
transition: background-color 0.2s ease;
69+
}
70+
71+
#export-history-btn:hover {
72+
background-color: rgb(206, 206, 206);
73+
}
74+
75+
#export-history-btn::before {
76+
margin-right: 5px;
77+
font-size: 14px;
78+
font-weight: bold;
79+
}
80+
81+
5782
#filter-collections {
5883
margin: 10px 16px; /* Increased margin */
5984
padding: 6px 10px; /* Increased padding */
File renamed without changes.

extensions/vscode/package.json extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "CloudCodeAI",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/Cloud-Code-AI/kaizen.git"
9+
"url": "https://github.com/Clouod-Code-AI/kaizen.git"
1010
},
1111
"engines": {
1212
"vscode": "^1.93.0"

0 commit comments

Comments
 (0)