feat: scope blacklists and paginate phone segments

This commit is contained in:
hectorzhao
2026-07-10 13:42:39 +08:00
parent ff0756ff9c
commit d5e668a2e6
18 changed files with 322 additions and 86 deletions
+1
View File
@@ -133,6 +133,7 @@ export function ClientSendPage() {
try {
const content = await file.text();
const preview = await clientApi.previewImport({
applicationId: applicationId || undefined,
content,
fileName: file.name,
delimiter: file.name.endsWith('.tsv') ? '\t' : ',',