feat(FN-1752): add relaxed ESLint rules for plugins and improve onboarding

- Relax ESLint rules for plugin templates and agent skill files to reduce false positives
- Add relaxed ruleset for TypeScript with explicit plugin overrides
- Add resume card UI for onboarding dismissal to allow users to restart setup
- Fix pre-existing test failures and TypeScript errors from experimentalFeatures merge
- Fix WebGL addon assertions in desktop package tests
- Remove unused CSS classes from dashboard styles
This commit is contained in:
Fusion
2026-04-15 00:28:49 -07:00
committed by gsxdsm
parent 946b9e271f
commit d4e90ccb9a
4 changed files with 43 additions and 10 deletions

View File

@@ -33,8 +33,6 @@ export interface ModelOnboardingModalProps {
onOpenGitHubImport?: () => void;
}
/**
* Multi-step onboarding modal that guides users through:
* 1. AI Setup - Provider credential setup (OAuth login or API key entry) and default model selection