feat(KB-055): merge feat-github-int into main

This commit is contained in:
gsxdsm
2026-03-29 19:54:21 -07:00
16 changed files with 1622 additions and 425 deletions

View File

@@ -2306,6 +2306,11 @@ body {
white-space: nowrap;
}
.list-stats-hidden {
color: var(--text-dim);
font-style: italic;
}
/* Column toggle dropdown */
.list-column-toggle {
position: relative;
@@ -2378,6 +2383,13 @@ body {
cursor: not-allowed;
}
/* Hide done tasks toggle */
.list-hide-done-toggle {
display: flex;
align-items: center;
gap: 6px;
}
/* Drop zones for drag and drop */
.list-drop-zones {
display: flex;
@@ -2406,6 +2418,12 @@ body {
border-color: var(--text-muted);
}
.list-drop-zone.active {
border-color: var(--todo);
background: rgba(88, 166, 255, 0.15);
box-shadow: 0 0 0 1px var(--todo);
}
.list-drop-zone.drag-over {
border-color: var(--todo);
box-shadow: 0 0 0 1px var(--todo);