fix: upgrade photo upload dialog to drag-and-drop dropzone #16
No reviewers
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/trippin!16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/photo-upload-dropzone"
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?
Refs: #12
Replace the plain
<input type="file">in the Upload Photos dialog with the same styled drag-and-drop dropzone used by the Add Route dialog.Changes:
DataTransfer@stateaccessors:_uploadDragOver,_uploadFileCountReplace the plain <input type="file"> in the Upload Photos dialog with the same styled drag-and-drop dropzone used by the Add Route dialog. Adds _uploadDragOver and _uploadFileCount reactive state; shows a selection summary ("N photos selected") once files are chosen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>