Add global notes/links overview modals and fix SSE drain race condition
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 5s
Build-Publish / build (linux/arm64) (push) Successful in 12s
Build-Publish / create-manifest (push) Successful in 2s
Build-Publish / publish-template (push) Successful in 8s

This commit is contained in:
j
2026-03-09 18:48:08 +13:00
parent d6e956d9b4
commit 9d288b7430
4 changed files with 121 additions and 27 deletions

View File

@@ -31,6 +31,22 @@ header h1 {
color: #64748b;
}
.header-btn {
background: #334155;
color: #94a3b8;
border: 1px solid #475569;
border-radius: 6px;
padding: 4px 12px;
font-size: 0.8rem;
cursor: pointer;
transition: all 0.2s;
}
.header-btn:hover {
background: #475569;
color: #e2e8f0;
}
.refresh-btn {
margin-left: auto;
background: #334155;