refactor: split tool-workshop page into tab components (Task 4.1)

- Extract ToolTypesTab, ToolConfigsTab, ConfigFoldersTab from inline page
- Each tab is self-contained with own state, API calls, and forms
- Slim page to 77 lines (tab switcher + composition only)
- Add barrel export for tool-workshop feature components
- Add tsconfig path alias for @/* imports

Quality gates: tsc (pass), eslint (pass)
Refs: repo-restructure Task 4.1
This commit is contained in:
Developer
2026-06-02 21:49:20 +00:00
parent dd69bd69fc
commit ae420708f2
15 changed files with 1881 additions and 1472 deletions
+1
View File
@@ -1,3 +1,4 @@
export { LoadingState } from "./LoadingState";
export { ErrorState } from "./ErrorState";
export { StatusBadge } from "./StatusBadge";
export { ConfirmDialog } from "./ConfirmDialog";