Tooltip explaining callsign-based destination lookup

Hovering the dotted-underlined "callsign" in the Destination label
on /path now surfaces a tooltip explaining that callsign lookup
queries QRZ for the licensee's mailing address and geocodes it, so
the resulting position may differ from where the station actually
operates. Gives users a reason to enter a grid directly when they
know it's more accurate than a QRZ address.
This commit is contained in:
Graham McIntire 2026-04-12 17:07:56 -05:00
parent da6b312213
commit be9c215515
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -497,7 +497,12 @@ defmodule MicrowavepropWeb.PathLive do
</div>
</div>
<div class="fieldset">
<label class="label text-sm font-medium">Destination (callsign or grid)</label>
<label class="label text-sm font-medium">
Destination (<span
class="tooltip tooltip-top underline decoration-dotted cursor-help"
data-tip="Callsign lookup queries QRZ for the licensee's mailing address, then geocodes that address — so the position may be off from where the station actually operates."
>callsign</span> or grid)
</label>
<input
type="text"
name="destination"