feat: file picker button #63

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

Part of #7 - File upload support

Description

Add a button to the input area that opens a native file picker dialog.

Acceptance Criteria

  • Add file picker button/icon to input area (near send button or in toolbar)
  • Clicking opens native OS file picker dialog
  • Support selecting multiple files
  • Selected file paths are stored for attachment to the message
  • File type filtering (images, documents, or all files?)

Technical Notes

  • Use Tauri's dialog API for native file picker
  • Consider what file types to allow/filter

This issue was created with help from Hikari~ 🌸

Part of #7 - File upload support ## Description Add a button to the input area that opens a native file picker dialog. ## Acceptance Criteria - [ ] Add file picker button/icon to input area (near send button or in toolbar) - [ ] Clicking opens native OS file picker dialog - [ ] Support selecting multiple files - [ ] Selected file paths are stored for attachment to the message - [ ] File type filtering (images, documents, or all files?) ## Technical Notes - Use Tauri's dialog API for native file picker - Consider what file types to allow/filter --- *✨ 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#63