scrumlr.io
scrumlr.io copied to clipboard
feat: add emoji suggestions to column title
Description
- fixes #4267 adds the same emoji picker present in the notes to the column title input
Changelog
- added emoji functionality to the title with
useEmojiAutocomplete
- added a relative positioned
EmojiSuggestions
container
- added a relative positioned
- updated test snapshot
Checklist
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] The light- and dark-theme are both supported and tested
- [x] The design was implemented and is responsive for all devices and screen sizes
- [x] The application was tested in the most commonly used browsers (e.g. Chrome, Firefox, Safari)