-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Don't close sticker picker if shift is pressed when sending stickers #6477
Conversation
361d230
to
34c28cf
Compare
34c28cf
to
4937dd5
Compare
Dunno if that's necessary but I rebased/updated my branch. |
c3e427b
to
d276c29
Compare
d276c29
to
80d19c4
Compare
80d19c4
to
0b7f09f
Compare
Hi, the PR is now rebased for v6.29.0.beta-1. It was also tested again to make sure it is still working properly. Lmk if there's anything that should be changed. |
Thank you for this PR, apologies for it taking this long to get reviewed |
fd015c6
to
bdec880
Compare
No worries, I know how busy y'all have been recently. I made the following changes using your feedback, let me know if these are okay:
|
Hey, is this PR still of interest? Should I rebase it, modify something, or just close the PR? |
bdec880
to
e9675fd
Compare
First time contributor checklist:
Contributor checklist:
main
branchyarn ready
run passes successfully (more about tests here)Description
On the mobile apps, the sticker picker stays open when we send stickers, until we decide to close it. This is useful if you want to send multiple stickers quickly. But on Desktop, the interface has to be different, and currently the sticker picker automatically closes right after sending a sticker. This is nice, but if we want to send multiple stickers quickly, we need to reopen the sticker picker, find the sticker pack we want, resend sticker etc.
This PR adds the ability to prevent the sticker picker from closing when we send a sticker if the shift key is held down.
Things to mention: