up
This commit is contained in:
@@ -2861,7 +2861,7 @@ export default function App() {
|
||||
<DialogHeader className="px-2">
|
||||
<DialogTitle>Export ADIF</DialogTitle>
|
||||
<DialogDescription>
|
||||
Choose which fields to include in the export.
|
||||
Choose which fields to include. OpsLog writes ADIF 3.1.7.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
<div className="px-2 py-1 space-y-2.5">
|
||||
@@ -2870,10 +2870,10 @@ export default function App() {
|
||||
onClick={() => runExport(false)}
|
||||
className="w-full text-left rounded-lg border border-border p-3 hover:border-primary/60 hover:bg-accent/30 transition-colors"
|
||||
>
|
||||
<div className="font-semibold text-sm">Standard ADIF</div>
|
||||
<div className="font-semibold text-sm">Standard ADIF only</div>
|
||||
<div className="text-xs text-muted-foreground mt-0.5">
|
||||
Only standard ADIF-defined fields — portable to other loggers (Log4OM, N1MM, LoTW…).
|
||||
Application-specific <span className="font-mono">APP_*</span> tags are stripped.
|
||||
Only fields defined in the ADIF 3.1.7 spec — portable to other loggers (Log4OM, N1MM, LoTW…).
|
||||
Application-specific <span className="font-mono">APP_*</span> and any non-standard / vendor tags are stripped.
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
@@ -2881,10 +2881,10 @@ export default function App() {
|
||||
onClick={() => runExport(true)}
|
||||
className="w-full text-left rounded-lg border border-border p-3 hover:border-primary/60 hover:bg-accent/30 transition-colors"
|
||||
>
|
||||
<div className="font-semibold text-sm">Full (OpsLog round-trip)</div>
|
||||
<div className="font-semibold text-sm">All fields (OpsLog round-trip)</div>
|
||||
<div className="text-xs text-muted-foreground mt-0.5">
|
||||
Every field including OpsLog/application-specific <span className="font-mono">APP_*</span> tags —
|
||||
for a lossless backup you'll re-import into OpsLog.
|
||||
Every field including application-specific <span className="font-mono">APP_*</span> and vendor tags —
|
||||
a lossless backup you'll re-import into OpsLog.
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user