ux: rename Ignore → Keep on not-found members

This commit is contained in:
James 2026-03-20 01:03:33 -04:00
parent 3e93fee954
commit be7308cd88
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@
+ (p.title ? '<div class="text-xs truncate text-amber-400">' + escHtml(p.title) + '</div>' : '')
+ '</div>'
+ '<span class="text-xs text-amber-400 shrink-0 mx-2">Not on site</span>'
+ '<button onclick="ignoreInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80 mr-1" style="background:var(--ds-hv);color:var(--ds-tx2)">Ignore</button>'
+ '<button onclick="ignoreInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80 mr-1" style="background:var(--ds-hv);color:var(--ds-tx2)">Keep</button>'
+ '<button onclick="confirmRemoveInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80" style="background:rgba(239,68,68,0.1);color:#ef4444;border:1px solid rgba(239,68,68,0.2)">Remove</button>'
+ '</div>';
});