diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdef5b1..ce12c5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,4 +87,4 @@ jobs: node-version: "22" - name: Run JS tests - run: node --test web/protocol.test.js + run: node --test web/protocol.test.js web/profile-parity.test.js diff --git a/web/index.html b/web/index.html index 88d075f..b5e8307 100644 --- a/web/index.html +++ b/web/index.html @@ -71,6 +71,12 @@ .status-msg { padding: 12px 16px; border-radius: var(--radius); margin-top: 12px; font-weight: 600; text-align: center; } .status-msg.success { background: rgba(158,206,106,0.15); color: var(--green); } .status-msg.failure { background: rgba(247,118,142,0.15); color: var(--red); } +.notice-warn { margin-top: 10px; padding: 12px 14px; border-radius: var(--radius); + background: rgba(224,175,104,0.12); border: 1px solid rgba(224,175,104,0.35); + font-size: 0.88em; line-height: 1.5; } +.notice-warn pre { margin: 8px 0; padding: 8px 10px; border-radius: 6px; + background: rgba(0,0,0,0.28); overflow-x: auto; font-size: 0.95em; } +.notice-warn code { background: rgba(0,0,0,0.28); padding: 1px 4px; border-radius: 3px; } .unsupported { background: var(--red); color: #fff; padding: 16px; border-radius: var(--radius); text-align: center; margin-bottom: 16px; @@ -95,6 +101,7 @@

defib

Recovery Setup

+