[feat](trx-frontend-http): callsign link, centered freq, title, jog lock

- Make server callsign a clickable link to qrzcq.com
- Center frequency input text and use DSEG14 Classic font
- Include callsign in page title (e.g. N0CALL - trx-frontend-http v0.1.0)
- Block jog wheel when rig lock is active

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-08 10:43:34 +01:00
parent a8e09f2f0b
commit a0ca4ceeda
3 changed files with 18 additions and 8 deletions
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{pkg} v{ver} status</title>
<title>{pkg} v{ver}</title>
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/dseg14-classic/400.css" />
<link rel="stylesheet" href="/style.css" />