[style](trx-frontend): refine AIS map tracks and history layout
Show AIS vessel tracks only for the selected marker, keep the APRS and AIS history panes viewport-sized with internal scrolling, and tighten the APRS history controls with shorter bookmark-scale buttons. Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -464,16 +464,16 @@
|
||||
</div>
|
||||
<div class="aprs-filter-row">
|
||||
<button id="aprs-type-all" class="aprs-chip active" type="button">All</button>
|
||||
<button id="aprs-type-position" class="aprs-chip" type="button">Position</button>
|
||||
<button id="aprs-type-message" class="aprs-chip" type="button">Message</button>
|
||||
<button id="aprs-type-weather" class="aprs-chip" type="button">Weather</button>
|
||||
<button id="aprs-type-telemetry" class="aprs-chip" type="button">Telemetry</button>
|
||||
<button id="aprs-type-position" class="aprs-chip" type="button">Pos</button>
|
||||
<button id="aprs-type-message" class="aprs-chip" type="button">Msg</button>
|
||||
<button id="aprs-type-weather" class="aprs-chip" type="button">Wx</button>
|
||||
<button id="aprs-type-telemetry" class="aprs-chip" type="button">Tlm</button>
|
||||
<button id="aprs-type-other" class="aprs-chip" type="button">Other</button>
|
||||
</div>
|
||||
<div class="aprs-filter-row">
|
||||
<button id="aprs-only-pos-btn" class="aprs-chip" type="button">Only Pos</button>
|
||||
<button id="aprs-hide-crc-btn" class="aprs-chip" type="button">Hide CRC</button>
|
||||
<button id="aprs-collapse-dup-btn" class="aprs-chip" type="button">Collapse Dupes</button>
|
||||
<button id="aprs-only-pos-btn" class="aprs-chip" type="button">Pos Only</button>
|
||||
<button id="aprs-hide-crc-btn" class="aprs-chip" type="button">No CRC</button>
|
||||
<button id="aprs-collapse-dup-btn" class="aprs-chip" type="button">Dupes</button>
|
||||
</div>
|
||||
<div id="aprs-packets"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user