fix(FN-2572): remove dead onboarding modal exports

- Delete obsolete AppModals code that was accidentally left in ModelOnboardingModal.tsx
- Restore the Task type import used by the onboarding modal after dead code cleanup
- Drop the unused SettingsModal.css import tied to removed code paths
- Extend ModelOnboardingModal tests to guard against dead export regressions
This commit is contained in:
Fusion
2026-04-25 20:21:11 -07:00
committed by gsxdsm
parent c644daca77
commit 7555ba61c6
3 changed files with 12 additions and 350 deletions

View File

@@ -1,7 +1,6 @@
/* === SettingsModal: all settings-related layout, panel, and component styles ===
Extracted from styles.css as part of the Sweep-3 CSS extraction effort.
Imported by SettingsModal.tsx (and MemoryView.tsx / ModelOnboardingModal.tsx
for the classes they share). */
Imported by SettingsModal.tsx (and MemoryView.tsx for shared classes). */
/* === Settings Layout === */
.settings-modal-heading {