Feat v0.2.3 sdk tasks (#7)
Some checks failed
CI/CD / detect-changes (push) Successful in 23s
CI/CD / test-frontend (push) Successful in 5s
CI/CD / test-go-pg (push) Failing after 2m27s
CI/CD / test-sqlite (push) Successful in 2m34s
CI/CD / build-and-deploy (push) Has been skipped

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-03-27 11:06:40 +00:00
committed by xcaliber
parent 57ccf19efb
commit 239a5fb732
26 changed files with 2230 additions and 38 deletions

View File

@@ -123,6 +123,43 @@
flex-direction: column;
}
/* ── Topbar — standard surface navigation bar ── */
.sw-topbar {
display: flex;
align-items: center;
height: 44px;
padding: 0 12px;
background: var(--bg-surface);
border-bottom: 1px solid var(--border);
flex-shrink: 0;
gap: 10px;
}
.sw-topbar__title {
font-weight: 600;
font-size: 0.9rem;
color: var(--text);
flex-shrink: 0;
white-space: nowrap;
}
.sw-topbar__spacer {
flex: 1;
}
.sw-topbar__slot {
display: flex;
align-items: center;
gap: 8px;
}
.sw-topbar__right {
display: flex;
align-items: center;
gap: 8px;
}
/* ── User menu trigger ───────────────────── */
.sw-user-menu__trigger {