-
Notifications
You must be signed in to change notification settings - Fork 0
F8.2d: Add drag-and-drop parity and repeatable PWA file tests #333
Copy link
Copy link
Open
Labels
agentic-taskChild issue intended for agent implementationChild issue intended for agent implementationenhancementNew feature or requestNew feature or requestneeds-humanNeeds a human decision, approval, review, or playtest before agent work proceedsNeeds a human decision, approval, review, or playtest before agent work proceedsrisk:lowLow-risk, bounded, objectively verifiable workLow-risk, bounded, objectively verifiable work
Description
Metadata
Metadata
Assignees
Labels
agentic-taskChild issue intended for agent implementationChild issue intended for agent implementationenhancementNew feature or requestNew feature or requestneeds-humanNeeds a human decision, approval, review, or playtest before agent work proceedsNeeds a human decision, approval, review, or playtest before agent work proceedsrisk:lowLow-risk, bounded, objectively verifiable workLow-risk, bounded, objectively verifiable work
Parent
Goal
Give browser users the same safe project-import path through drag-and-drop, and make local PWA/file-handler verification easy to repeat.
Context
File handling is desktop Chromium-only. File menu and drag-and-drop remain the cross-browser paths and should share identical parsing, project-creation, capacity, and error behavior.
Risk and routing
Risk: low
Readiness: ready-for-agent
This adds adapters around an already-tested import service and a local preview command; it does not broaden the supported file formats.
Acceptance Criteria
pwa:previewscript builds and serves the production PWA locally.Suggested Files
src/components/app/pixel-forge-app.tssrc/components/menu/pf-menu-bar.tspackage.jsondocs/verification/pwa.mdVerification
npm run test:runnpm run buildgit diff --checkDependencies
Out of Scope