Skip to content

web: drop the POLLING 1HZ and API-URL status-bar items#8

Merged
vynulldev merged 1 commit into
mainfrom
statusbar-cleanup
Jul 9, 2026
Merged

web: drop the POLLING 1HZ and API-URL status-bar items#8
vynulldev merged 1 commit into
mainfrom
statusbar-cleanup

Conversation

@vynulldev

Copy link
Copy Markdown
Owner

What & why

The bottom status bar carried two items that added noise without earning their place: a "POLLING 1HZ" indicator (the poll cadence is an implementation detail, not something a user acts on) and an "API · http://" label (the address is already in the browser's URL bar). Removing both leaves the status bar to lead with the server-status chip and the actionable WAVE / VOCAL / LINK controls.

Just the two spans and the one line of JS that populated the API label; no other behaviour changes.

Hardware testing

  • Tested on: N/A: web UI only. No change to the protocol, load path, analysis, or anything a deck reacts to.

Checklist

  • go build ./..., go vet ./..., and go test ./... pass
  • gofmt -l . is clean
  • New source files carry an SPDX header (GPL-3.0-or-later) — n/a, no new files
  • Tested on real hardware (deck + firmware noted above), or this change doesn't affect deck behaviour
  • I agree my contribution is licensed under the project's GPLv3

Remove two noise items from the bottom status bar: the "POLLING 1HZ"
indicator and the "API · http://<host>" label (and the JS that set it).
Neither earned its place for day-to-day use.
@vynulldev vynulldev merged commit b0b089c into main Jul 9, 2026
1 check passed
@vynulldev vynulldev deleted the statusbar-cleanup branch July 9, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant