feat(FN-3741): repoint roadmap type imports to plugin package

Repointed roadmap type imports to the plugin package across the dashboard (RoadmapsView, useRoadmaps hook, legacy API). Also replaced an invalid spinner token in the TaskDetailModal CSS.

Fusion-Task-Id: FN-3741
This commit is contained in:
Fusion
2026-05-08 13:32:49 -07:00
committed by gsxdsm
parent a2c5438c3b
commit 86daa5f3e1

View File

@@ -1240,7 +1240,7 @@
width: 14px;
height: 14px;
border: 2px solid var(--border);
border-top-color: var(--text-secondary);
border-top-color: var(--text-muted);
border-radius: 50%;
animation: spin 0.8s linear infinite;
}