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 f528d7cc55
commit d22bae0b08

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;
}