neilalexander / seaglass

A truly native Matrix client for macOS - written in Swift/Cocoa, with E2E encryption support
Other
529 stars 34 forks source link

Add an emoji picker (#46) #57

Closed aaronraimist closed 6 years ago

aaronraimist commented 6 years ago

I couldn't find a good icon that represented emoji so I just picked a random NSImage. Don't merge like this 😂. It also doesn't work like iMessage where there is a buffer between the image and the message you type in. Not sure how to do that.

Probably only the IBAction code from this is useful.

neilalexander commented 6 years ago

I borrowed the Messages.app emoji button for now, so it looks a bit more natural. The bit I was scratching my head with was the position that the character picker opens - Messages.app opens it by the button whereas Seaglass seems to open it at the far left. I wonder if that can be improved.