-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$100] Implement drag-n-drop for Attachment
s on Chat
s tab
#594
Labels
enhancement
Improvement of existing features or bugfix
help wanted
This issue is looking for freelancer to work on it
k::UI/UX
UI (user interface) and UX (user experience) changes
💰 paid
Milestone
Comments
SleepySquash
added
enhancement
Improvement of existing features or bugfix
k::UI/UX
UI (user interface) and UX (user experience) changes
labels
Sep 15, 2023
SleepySquash
modified the milestones:
0.1.0-alpha.12.2,
0.1.0-alpha.13,
0.1.0-alpha.12.3
Feb 22, 2024
SleepySquash
modified the milestones:
0.1.0-alpha.13,
0.1.0-alpha.14,
0.1.0-alpha.13.1,
0.1.0-alpha.13.2
Apr 9, 2024
SleepySquash
modified the milestones:
0.1.0-alpha.13.3,
0.1.0-alpha.14,
0.1.0-alpha.13.4
Apr 19, 2024
SleepySquash
changed the title
Implement drag-n-drop for
[$100] Implement drag-n-drop for Oct 14, 2024
Attachment
s on Chat
s tabAttachment
s on Chat
s tab
SleepySquash
added
help wanted
This issue is looking for freelancer to work on it
💰 paid
labels
Oct 14, 2024
14 tasks
SleepySquash
added a commit
that referenced
this issue
Nov 18, 2024
…ent`s (#1140, #594) - refactor `CustomDropTarget` to use `super_drag_and_drop` instead of `desktop_drop` Co-authored-by: SleepySquash <[email protected]>
github-actions bot
added a commit
that referenced
this issue
Nov 18, 2024
…ent`s (#1140, #594) - refactor `CustomDropTarget` to use `super_drag_and_drop` instead of `desktop_drop` Co-authored-by: SleepySquash <[email protected]> 3033430
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of existing features or bugfix
help wanted
This issue is looking for freelancer to work on it
k::UI/UX
UI (user interface) and UX (user experience) changes
💰 paid
Background
Messenger Gapopa. Chats tab.
Problem to solve
To do: add a drag-n-drop areas for every chat so that attachments can be added by dragging files/images directly over the chat in the chats tab. Those attachments should be uploaded right away and persisted as a draft.
Possible solutions
Take a look at how this mechanism is implemented on the
ChatView
page, it's already there. You might look at the drafts there as well - basically it's just adrift
table.The text was updated successfully, but these errors were encountered: