feat: drag and drop file support #64

Closed
opened 2026-01-24 13:19:53 -08:00 by hikari · 0 comments
Owner

Part of #7 - File upload support

Description

Allow users to drag and drop files onto the input area to attach them.

Acceptance Criteria

  • Detect drag events over input/message area
  • Show visual feedback when dragging (highlight drop zone)
  • Accept dropped files and save to temp location
  • Support multiple files in a single drop
  • Handle both files and images

Technical Notes

  • Use HTML5 drag and drop API
  • May need Tauri-specific handling for native file drops
  • Depends on #62 (temp file management)

This issue was created with help from Hikari~ 🌸

Part of #7 - File upload support ## Description Allow users to drag and drop files onto the input area to attach them. ## Acceptance Criteria - [ ] Detect drag events over input/message area - [ ] Show visual feedback when dragging (highlight drop zone) - [ ] Accept dropped files and save to temp location - [ ] Support multiple files in a single drop - [ ] Handle both files and images ## Technical Notes - Use HTML5 drag and drop API - May need Tauri-specific handling for native file drops - Depends on #62 (temp file management) --- *✨ This issue was created with help from Hikari~ 🌸*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#64