xsalazar / emoji-kitchen

🧑‍🍳 This repository contains the source code for the website https://emojikitchen.dev and allows for quick and easy browsing of the over 100,000 supported emoji mashups as part of Google's Emoji Kitchen.
https://emojikitchen.dev/
1.24k stars 79 forks source link

Show large single combo when clicking the item in bulk list #692

Open ArtofBugs opened 5 months ago

ArtofBugs commented 5 months ago

For #691 - when the single combo item in the bulk list is clicked, it opens the large single combo display (by setting the selected right list emoji); clicking the large single combo takes you back to the bulk list (by deselecting the right list emoji).

ArtofBugs commented 5 months ago

I wanted to get the bulk list to scroll to the single item just after the large single combo display is closed, but it's proving to be a bit more difficult than I thought (I have refs for all the items in the bulk list, but how do I pick the one with the matching left and right emojis?), I think PR #474 will probably be helpful, but I might leave the scrolling stuff out for now for this PR (it seems in the current production site, bulk list scrolling is also reset when a right emoji is selected and then deselected). In the meantime, all the basic functionality I listed in the issue seem to be working on my end. :)