B2: Web-side adapters (drag-drop, picker, download) #4
Labels
No labels
bug
documentation
duplicate
e-copy
e-features
e-mobile
enhancement
f-coverage
f-forensic
f-perf
f-privacy
forensic
good first issue
help wanted
infra
invalid
phase-a
phase-b
phase-c
phase-d
phase-e
phase-f
phase-g
phase-h
priority-1
priority-2
priority-3
privacy
question
v5
v6
video-hardening
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: forgejo_admin/exifcleaner-web#4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of v5 webapp migration — Phase B: Deployable webapp (priority #2)
Add
infrastructure/web/file_input.tsandinfrastructure/web/download.ts. Replacewindow.api.*IPC calls with direct browser APIs so the same React components work in both the Electron shell and the static webapp.Deliverable: drop a JPEG into the static build → UI flow works end-to-end (error expected — no image strategy yet, but the row appears and the error is shown gracefully).
Verify: drag-drop registers file, row appears, error shown without crash.
See design doc
docs/superpowers/specs/2026-05-05-webapp-migration-design.md§9.2Shipped in #47 (squash-merged as
dfbd680).FileRegistry,BrowserFileBytes, andmakeWebApimirror the Electron preload contract; renderer is unchanged. File picker added viaFileBrowseButton(gated onplatform.isWeb) in both empty state and StatusBar.