2 Commits
Author SHA1 Message Date
valknar 94ffa9e930 chore: bump version to 0.4.7
CI / Static checks (push) Successful in 35s
CI / Build and push image (push) Successful in 1m32s
2026-08-19 08:46:02 +02:00
valknarandClaude Sonnet 5 491c0a9c7c fix: show live connection indicator on mobile
CI / Static checks (push) Successful in 1m8s
CI / Build and push image (push) Skipped
The header's live/connecting status was hidden below the 860px
breakpoint; keep it visible on mobile too.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-19 08:45:38 +02:00
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -169,7 +169,4 @@ body {
grid-column: 1 / -1 !important; grid-column: 1 / -1 !important;
grid-row: auto !important; grid-row: auto !important;
} }
.pn-live-label {
display: none !important;
}
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pulsenode", "name": "pulsenode",
"version": "0.4.6", "version": "0.4.7",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "tsx watch server.ts", "dev": "tsx watch server.ts",