W6: export panel
components-export: ExportPanel (scope picker + request) + ExportJobRow (status, download on ready, error verbatim; timer lives in the app per the polling contract). Demo Export tab polls getExport app-side. Lib confirmed self-contained (react + lucide only); README/tsconfig updated. Typechecks clean. Co-Authored-By: Claude Fable 5 (build) <noreply@anthropic.com>
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"react": ["../arcadia-personal-cloud-web/node_modules/@types/react/index.d.ts"],
|
||||
"react/jsx-runtime": ["../arcadia-personal-cloud-web/node_modules/@types/react/jsx-runtime.d.ts"],
|
||||
"react-dom": ["../arcadia-personal-cloud-web/node_modules/@types/react-dom/index.d.ts"],
|
||||
"lucide-react": ["../arcadia-personal-cloud-web/node_modules/lucide-react/dist/lucide-react.d.ts"],
|
||||
"@crema/file-ui": ["../lib-file-ui/src/index.tsx"]
|
||||
"lucide-react": ["../arcadia-personal-cloud-web/node_modules/lucide-react/dist/lucide-react.d.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "demo"]
|
||||
|
||||
Reference in New Issue
Block a user