A browser extension to save and easily access stacks of slack emojis!
Claude and GPT were used for debugging and to look up methods and functions of js (e.g. how to check if a string ends with a character? —> use the .endsWith() method)
A browser extension to save and easily access stacks of slack emojis!
Claude and GPT were used for debugging and to look up methods and functions of js (e.g. how to check if a string ends with a character? —> use the .endsWith() method)
Okay, so first I did it so the modal appeared on top of the input box. I realize way too late that it would be much easier to just use the built in emoji modal :((((. But oh well, I wanna finish the extension quest in time, so i’m leaving it like that for now. Also, users can now add Stacks through inputting emojis in the send message input box, and the Stacks are saved in local storage :)
Log in to leave a comment
Started the project! Made it so the extension detects whenever the user writes : anywhere in Slack, and if they did, the extension open a modal popup. Next up, i’m going to make center the popup and make it look decent and use local storage to save the emojis.