issues fixes related to autaitmioan and ai idea genration

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-15 02:21:44 +00:00
parent 6bb3dd3df4
commit e02ba76451
7 changed files with 349 additions and 3 deletions

View File

@@ -200,6 +200,21 @@ export default function ClusterDetail() {
</div>
)}
{/* Keywords Section */}
{cluster.keywords_count > 0 && (
<div className="mt-4 pt-4 border-t border-gray-200 dark:border-gray-700">
<div className="text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">Keywords in this Cluster</div>
<div className="text-sm text-gray-500 dark:text-gray-400">
<Link
to={`/planner/keywords?cluster=${cluster.id}`}
className="text-brand-600 hover:text-brand-700 dark:text-brand-400 dark:hover:text-brand-300 underline"
>
View {cluster.keywords_count} keyword{cluster.keywords_count !== 1 ? 's' : ''}
</Link>
</div>
</div>
)}
<div className="mt-4 pt-4 border-t border-gray-200 dark:border-gray-700 flex items-center gap-4">
{cluster.sector_name && (
<Badge variant="light" color="info">