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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user