From 4e092a0cf53f9249713f9f012dbe13385357d539 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 1 Apr 2026 15:31:38 -0500 Subject: [PATCH] Use bulleted list for CSV upload instructions --- lib/microwaveprop_web/live/submit_live.ex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/microwaveprop_web/live/submit_live.ex b/lib/microwaveprop_web/live/submit_live.ex index 2a8a1eb3..d690dbbb 100644 --- a/lib/microwaveprop_web/live/submit_live.ex +++ b/lib/microwaveprop_web/live/submit_live.ex @@ -248,13 +248,14 @@ defmodule MicrowavepropWeb.SubmitLive do

- Upload a CSV file with multiple contacts. The file should have these columns: + Upload a CSV file with multiple contacts. Required columns:

station1, station2, grid1, grid2, band, mode, qso_timestamp -

- Timestamps must be ISO 8601 UTC, e.g. 2024-06-15T14:30:00Z. - Grid squares should be as detailed as possible (6 characters preferred, e.g. EM12kp). -

+
    +
  • Timestamps must be ISO 8601 UTC, e.g. 2024-06-15T14:30:00Z
  • +
  • Grid squares should be as detailed as possible (6 characters preferred, e.g. EM12kp)
  • +
  • Band in MHz (e.g. 10000, 24000)
  • +

<.icon name="hero-arrow-down-tray" class="w-4 h-4" /> Download sample CSV