Skip to content

Commit

Permalink
Merge pull request #629 from SwapnilChand/main
Browse files Browse the repository at this point in the history
Reverted to vs-code-dev and added export button
  • Loading branch information
sauravpanda authored Oct 24, 2024
2 parents 6622a20 + f4da1db commit 7717ebf
Show file tree
Hide file tree
Showing 42 changed files with 1,237 additions and 2,216 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,31 @@ body {
font-weight: bold;
}

#export-history-btn {
background-color: white;
color: black;
border: none;
border-radius: 3px;
padding: 6px 10px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
display: flex;
align-items: center;
transition: background-color 0.2s ease;
}

#export-history-btn:hover {
background-color: rgb(206, 206, 206);
}

#export-history-btn::before {
margin-right: 5px;
font-size: 14px;
font-weight: bold;
}


#filter-collections {
margin: 10px 16px; /* Increased margin */
padding: 6px 10px; /* Increased padding */
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json → extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "CloudCodeAI",
"repository": {
"type": "git",
"url": "https://github.com/Cloud-Code-AI/kaizen.git"
"url": "https://github.com/Clouod-Code-AI/kaizen.git"
},
"engines": {
"vscode": "^1.93.0"
Expand Down
Loading

0 comments on commit 7717ebf

Please sign in to comment.