seed keywords

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-29 23:30:22 +00:00
parent 0100db62c0
commit d2f3f3ef97
7 changed files with 830 additions and 539 deletions

View File

@@ -159,6 +159,11 @@ export function useImportExport(
<p className="text-sm text-gray-500 dark:text-gray-400 mt-2">
Upload a CSV file (max {maxFileSize / 1024 / 1024}MB)
</p>
{filename === 'keywords' && (
<p className="text-xs text-gray-600 dark:text-gray-300 mt-2 p-2 bg-blue-50 dark:bg-blue-900/20 rounded border border-blue-200 dark:border-blue-800">
<strong>Expected columns:</strong> keyword, volume, difficulty, intent, status
</p>
)}
</div>
<div className="flex justify-end gap-4 pt-4">