-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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 and Drop Channel To/From Favorites #529
Comments
@graywolf336 How would you guys want to implement drag/drop? The HTML 5 api has good desktop support, and no mobile support: http://caniuse.com/#feat=dragndrop Alternatively, there's some polyfills, but they all have drawbacks of some kind. Personally, I find drag/drop to be awkward on touch screens a lot of the time anyway, so perhaps not supporting those is acceptable? |
I don't think this is an important feature. Clicking on the star it easy and clear enough. |
…ocketChat#529) * using params option instead building complex URLs * correct js docs * removed unused code
Would be neat to have the ability to drag and drop a channel into and out of the favorites.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: