Drag-and-drop upload on share-upload pages (parity with the main file view) #194
Loading…
Add table
Add a link
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?
Dogfood (Nikola, v0.6.8): created a "key in link" share with uploads allowed. The file-picker upload works, but dropping files onto the page does nothing — unlike the main Cairn file view, which accepts drag-and-drop uploads.
Add drag-and-drop upload to the share-upload surface so it matches the main UI: a drop target with the usual dragover affordance, POSTing to the same share upload endpoint the picker already uses.
Notes:
internal/share/public.go(standalone) or the main SPA in a share context, and wire the drop handler there.Batched into the frontend batch (v0.6.9).