Add sparrow/bisq tile descriptions, desktop launch API, and frontend launch buttons

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/5a3d2f20-4635-442e-82ba-c0b7f4aeb96e

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-07 10:35:35 +00:00
committed by GitHub
parent 85af70e2ee
commit 01e3e02a62
3 changed files with 97 additions and 0 deletions

View File

@@ -343,3 +343,18 @@
color: var(--yellow);
font-weight: 600;
}
/* ── Desktop launch buttons ──────────────────────────────────────── */
.svc-detail-launch-row {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.svc-detail-launch-btn {
font-size: 0.85rem;
padding: 8px 18px;
cursor: pointer;
}