-
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
Drag-n-drop Attachments (#594) #1140
Merged
SleepySquash
merged 15 commits into
team113:main
from
pratham-sarankar:594-drag-and-drop-attachments
Nov 18, 2024
Merged
Drag-n-drop Attachments (#594) #1140
SleepySquash
merged 15 commits into
team113:main
from
pratham-sarankar:594-drag-and-drop-attachments
Nov 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SleepySquash
added
enhancement
Improvement of existing features or bugfix
feature
New feature or request
k::UI/UX
UI (user interface) and UX (user experience) changes
labels
Nov 7, 2024
But it's not removed. |
SleepySquash
requested changes
Nov 11, 2024
SleepySquash
requested changes
Nov 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pratham-sarankar, some comments duplicate the ones left in the previous reviews of the #1130.
pratham-sarankar
force-pushed
the
594-drag-and-drop-attachments
branch
from
November 14, 2024 10:57
fb41537
to
73d3d3b
Compare
pratham-sarankar
force-pushed
the
594-drag-and-drop-attachments
branch
from
November 14, 2024 13:12
c5bef33
to
0a9b75a
Compare
FCM
|
SleepySquash
approved these changes
Nov 18, 2024
github-actions bot
added a commit
that referenced
this pull request
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
feature
New feature or request
k::UI/UX
UI (user interface) and UX (user experience) changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #594
Synopsis
Implement drag-n-drop for Attachments on Chats tab
Solution
The implementation will use super_drag_and_drop package to detect drag-n-drop of a file and existing mechanism for sending.
Checklist
k::
labels applied