Skip to content
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

Implement Paste UI for Selecting Recipient Peer #534

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schlagmichdoch
Copy link

This pull request enhances the paste clipboard functionality introduced with #108 .

Main changes

  1. adds text support to clipboard _onPaste() functionality and fixes issue where pasting into message dialog modal sends item directly
  2. adds clipboard ui / paste mode: When something is pasted user can simply select the recipient to send item

Overview

Overall this pull request extends the possiblities to share items with peers via snapdrop without conflicting with the standard ux at all. As @sonicblis suggested, a paste UI is added to let user select the recipient directly.

Workflow

  1. copy file or text you want to share
  2. open snapdrop.net
  3. paste elements (e.g. via CMD+V)
  4. select recipient

This PR supersedes #488

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant