|
|
@ -8,17 +8,6 @@ |
|
|
|
<tspan dx="6" dy="-4">GITKRAKEN WORKSPACES</tspan> |
|
|
|
</text> |
|
|
|
</g> |
|
|
|
<!-- <g class="row"> |
|
|
|
<rect x="0" y="45" width="100%" height="44" class="row-box" /> |
|
|
|
<text x="30" y="71"> |
|
|
|
<tspan dx="2" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="24" dy="-4">Current Window</tspan> |
|
|
|
<tspan dx="4" font-size="0.9em" opacity="0.6">vscode-gitlens</tspan> |
|
|
|
</text> |
|
|
|
<text x="100%" y="71" text-anchor="end" class="row-actions"> |
|
|
|
<tspan dx="-10" dy="4" font-family="codicon"></tspan> |
|
|
|
</text> |
|
|
|
</g> --> |
|
|
|
<g class="row"> |
|
|
|
<rect x="0" y="45" width="100%" height="44" class="row-box-selected" fill="var(--vscode-list-activeSelectionBackground)" stroke="var(--vscode-list-focusOutline)" stroke-width="1" /> |
|
|
|
<text x="30" y="71" fill="var(--vscode-foreground)" font-size="18"> |
|
|
@ -33,7 +22,7 @@ |
|
|
|
</text> |
|
|
|
</g> |
|
|
|
<g class="row"> |
|
|
|
<rect x="0" y="90" width="100%" height="44" class="row-box" fill="var(--vscode-list-hoverBackground)" /> |
|
|
|
<rect x="0" y="90" width="100%" height="44" class="row-box"/> |
|
|
|
<text x="50" y="116" fill="var(--vscode-foreground)" font-size="18"> |
|
|
|
<tspan dx="2" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="24" font-family="codicon"></tspan> |
|
|
@ -47,15 +36,9 @@ |
|
|
|
<tspan dx="1" dy="0" font-size="0.9em" opacity="0.6">•</tspan> |
|
|
|
<tspan dx="1" dy="0" font-size="0.9em" opacity="0.6">Last fetched 6/9/23</tspan> |
|
|
|
</text> |
|
|
|
<text x="100%" y="116" text-anchor="end" class="row-actions" fill="var(--vscode-foreground)" font-size="18"> |
|
|
|
<tspan dx="-10" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
</text> |
|
|
|
</g> |
|
|
|
<g class="row"> |
|
|
|
<rect x="0" y="135" width="100%" height="44" class="row-box" /> |
|
|
|
<rect x="0" y="135" width="100%" height="44" class="row-box" fill="var(--vscode-list-hoverBackground)" /> |
|
|
|
<text x="50" y="162" fill="var(--vscode-foreground)" font-size="18"> |
|
|
|
<tspan dx="2" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="24" font-family="codicon"></tspan> |
|
|
@ -83,11 +66,6 @@ |
|
|
|
<tspan dx="24" font-family="codicon"></tspan> |
|
|
|
<tspan dx="10" dy="-4">Backend services</tspan> |
|
|
|
</text> |
|
|
|
<text x="100%" y="209" text-anchor="end" class="row-actions" fill="var(--vscode-foreground)" font-size="18"> |
|
|
|
<tspan dx="-10" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
</text> |
|
|
|
</g> |
|
|
|
<g class="row"> |
|
|
|
<rect x="0" y="223" width="100%" height="44" class="row-box" /> |
|
|
@ -96,74 +74,7 @@ |
|
|
|
<tspan dx="24" font-family="codicon"></tspan> |
|
|
|
<tspan dx="10" dy="-4">Open source projects</tspan> |
|
|
|
</text> |
|
|
|
<text x="100%" y="253" text-anchor="end" class="row-actions" fill="var(--vscode-foreground)" font-size="18"> |
|
|
|
<tspan dx="-10" dy="4" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
<tspan dx="12" font-family="codicon"></tspan> |
|
|
|
</text> |
|
|
|
</g> |
|
|
|
<style><![CDATA[ |
|
|
|
text { |
|
|
|
fill: var(--vscode-foreground); |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
.header { |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
|
|
|
|
.codicon { |
|
|
|
font-family: codicon; |
|
|
|
cursor: default; |
|
|
|
user-select: none; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.glicon { |
|
|
|
font-family: glicons; |
|
|
|
cursor: default; |
|
|
|
user-select: none; |
|
|
|
} |
|
|
|
.desc { |
|
|
|
font-size: 0.9em; |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
.small { |
|
|
|
font-size: 0.9em; |
|
|
|
} |
|
|
|
.header-box { |
|
|
|
fill: var(--vscode-sideBarSectionHeader-background); |
|
|
|
} |
|
|
|
.row-box { |
|
|
|
fill: var(--vscode-list-hoverBackground); |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
.row { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.row:hover .row-box { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
.row-box-selected { |
|
|
|
fill: var(--vscode-list-activeSelectionBackground); |
|
|
|
stroke: var(--vscode-list-focusOutline); |
|
|
|
stroke-width: 1; |
|
|
|
} |
|
|
|
.row:not(:hover) .row-actions { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.link { |
|
|
|
fill: var(--vscode-textLink-foreground); |
|
|
|
} |
|
|
|
.link:hover { |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
.addition { |
|
|
|
fill: var(--vscode-gitDecoration-addedResourceForeground); |
|
|
|
} |
|
|
|
.deletion { |
|
|
|
fill: var(--vscode-gitDecoration-deletedResourceForeground); |
|
|
|
} |
|
|
|
]]></style> |
|
|
|
</svg> |
|
|
|
<svg x="0" y="310" width="850" height="290" viewBox="0 0 850 290" fill="none" xmlns="http://www.w3.org/2000/svg"> |
|
|
|
<rect x="0" y="0" width="100%" height="290" stroke-width="1" stroke="var(--vscode-editorWidget-border)" fill="var(--vscode-sideBarSectionHeader-background)" /> |
|
|
|