Remove community workspace dropdown UI
Deploy / deploy (push) Successful in 2m30s
CI / Rust Checks (push) Successful in 5m32s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 2s
CI / Frontend E2E (push) Failing after 4m46s

This commit is contained in:
github-ops
2026-06-19 17:59:57 +00:00
parent 58cfd86d90
commit 0d8a36e4d4
12 changed files with 52 additions and 337 deletions
-101
View File
@@ -929,81 +929,6 @@
max-width: 140px;
}
.ws-dropdown {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 230px;
background: var(--bg-surface);
border: 1px solid var(--border);
border-radius: 10px;
box-shadow: 0 8px 28px rgba(0,0,0,0.45);
z-index: 200;
overflow: hidden;
}
.ws-dropdown-label {
padding: 10px 14px 4px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--text-muted);
}
.ws-dropdown-item {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 14px;
cursor: pointer;
transition: background 0.1s;
}
.ws-dropdown-item:hover { background: rgba(255,255,255,0.04); }
.ws-dropdown-item.active { background: rgba(56,139,253,0.08); }
.ws-item-dot {
width: 30px;
height: 30px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 700;
color: #fff;
flex-shrink: 0;
}
.ws-item-info { flex: 1; min-width: 0; }
.ws-item-name {
font-size: 13px;
font-weight: 500;
color: var(--text-primary);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ws-item-role { font-size: 11px; color: var(--text-muted); }
.ws-dropdown-footer { border-top: 1px solid var(--border-subtle); padding: 6px 8px; }
.ws-dropdown-create {
display: flex;
align-items: center;
gap: 8px;
width: 100%;
padding: 6px 8px;
background: none;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
color: var(--text-secondary);
transition: background 0.1s, color 0.1s;
}
.ws-dropdown-create:hover { background: rgba(255,255,255,0.04); color: var(--text-primary); }
/* ═══════════════════════════════════════════════════
Agents page — info callout
═══════════════════════════════════════════════════ */
@@ -1554,32 +1479,6 @@
line-height: 1.5;
}
/* ── Workspace dropdown management links ── */
.ws-dropdown-divider {
height: 1px;
background: var(--border-subtle);
margin: 4px 0;
}
.ws-dropdown-mgmt-link {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 14px;
font-size: 13px;
color: var(--text-secondary);
text-decoration: none;
transition: background 0.1s, color 0.1s;
cursor: pointer;
}
.ws-dropdown-mgmt-link:hover {
background: rgba(255,255,255,0.04);
color: var(--text-primary);
}
.ws-dropdown-mgmt-link svg {
flex-shrink: 0;
opacity: 0.7;
}
@media (max-width: 900px) {
.toast-stack {
top: 72px;