mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Extract shared ImportModeDialog component to eliminate code duplication between ModeSelector and ModesView - Add comprehensive test coverage for export/import functionality in ModeSelector - Implement user-facing error notifications with auto-dismiss for import/export operations - Refactor ModeSelector by extracting ModeSelectorFooter component and useModeSelectorExportImport hook - Reduce component complexity and improve maintainability - Remove unused IconButton import Fixes all critical issues identified in PR #6318 review |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||