suyalamritanshu / Realtime-Chat-App

0 stars 6 forks source link

Emoji button Fix #22

Closed suyalamritanshu closed 3 years ago

suyalamritanshu commented 3 years ago

Emoji button is not working properly. Fix it

the-lightstack commented 3 years ago

Can you assign me to solve this?

suyalamritanshu commented 3 years ago

Yes, sure but you have add a video with the pr to how the button is fixed.

the-lightstack commented 3 years ago

Ok my plan is the following: When the emoji button is clicked, a popup will appear that displays about 5 emojis to choose from. If you click one emoji, the popup disappears and the emoji (as unicode) will be added to the current cursor location in the message

the-lightstack commented 3 years ago

Oh, you import an emoji-picker element, I'll adapt to that

suyalamritanshu commented 3 years ago

Okay

the-lightstack commented 3 years ago

Do you want the styling/position of the picker to stay the same? And shall the emoji picker auto-close after you have inserted an emoji or shall it stay open?

suyalamritanshu commented 3 years ago

Yes I think the position is right. If you find any other relevant position then you can change it!!

On Mon, Oct 11, 2021, 9:11 PM Lars @.***> wrote:

Do you want the styling/position of the picker to stay the same?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/suyalamritanshu/Realtime-Chat-App/issues/22#issuecomment-940141647, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARHW5FRCCA3E2XJLDI4S3LDUGMATDANCNFSM5FYMTPBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

suyalamritanshu commented 3 years ago

This issue is resolved you can change it's position if you want