build(release): bump to 2026.8.5 and update UI icons
This release bumps version numbers to 2026.8.5 across all manifests and docs and includes UI refinements. The status panel now uses lucide folder icons for tree view and folders, replacing the previous icons and CSS. - Replace the tree view icon with lucide FolderTree in status panel - Use Folder and FolderOpen icons for expanded/collapsed folders - Bump version to 2026.8.5 in all manifests and changelog
This commit is contained in:
+1
-42
@@ -6245,26 +6245,6 @@ input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px color-mix(in s
|
||||
.status-view-icon.list-icon {
|
||||
background: repeating-linear-gradient(to bottom, currentColor 0 1px, transparent 1px 4px);
|
||||
}
|
||||
.status-view-icon.tree-icon::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
background: currentColor;
|
||||
box-shadow: 8px 0 0 currentColor, 8px 7px 0 currentColor;
|
||||
}
|
||||
.status-view-icon.tree-icon::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
bottom: 1px;
|
||||
left: 2px;
|
||||
width: 8px;
|
||||
border-bottom: 1px solid currentColor;
|
||||
border-left: 1px solid currentColor;
|
||||
}
|
||||
.status-panel { container-type: inline-size; }
|
||||
.status-lanes {
|
||||
display: grid;
|
||||
@@ -6407,28 +6387,7 @@ input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px color-mix(in s
|
||||
transition: transform 120ms ease;
|
||||
}
|
||||
.status-tree-chevron.expanded { transform: rotate(45deg) translate(-1px, -1px); }
|
||||
.status-folder-icon {
|
||||
position: relative;
|
||||
width: 14px;
|
||||
height: 10px;
|
||||
margin-top: 2px;
|
||||
border: 1px solid currentColor;
|
||||
border-radius: 2px;
|
||||
color: var(--color-primary);
|
||||
background: color-mix(in srgb, var(--color-primary) 7%, transparent);
|
||||
}
|
||||
.status-folder-icon::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
left: 1px;
|
||||
width: 7px;
|
||||
height: 4px;
|
||||
border: 1px solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-radius: 2px 2px 0 0;
|
||||
}
|
||||
.status-folder-icon.open { background: color-mix(in srgb, var(--color-primary) 14%, transparent); }
|
||||
.status-folder-row .status-folder-lucide { color: var(--color-accent); }
|
||||
.status-folder-row strong {
|
||||
overflow: hidden;
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user