fix(FN-2190): add Skills View label to experimental feature names

- Add the `skillsView` entry to the known experimental feature display-name map in SettingsModal.
- Show "Skills View" as the user-facing label in the experimental features list instead of a raw feature key.
This commit is contained in:
Fusion
2026-04-19 15:35:33 -07:00
committed by gsxdsm
parent 10f10c5a45
commit b41be769eb

View File

@@ -86,6 +86,7 @@ const KNOWN_EXPERIMENTAL_FEATURES: Record<string, string> = {
insights: "Insights",
roadmap: "Roadmaps",
memoryView: "Memory Editor",
skillsView: "Skills View",
};
export type SectionId = SettingsSection["id"];