feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

add emoji menu list in the sideNavBar

Open abdolrhman opened this issue 5 years ago • 0 comments

Hello am editing the navSideBar , in which i added another button that when click it , instead of showing the user status ( online, offline , etc) it showes ( happy, sad , etc ) the problem is i want to add an icon beside the emoji status , for exmple a happy emojie beside the text , like that in the code :-

groups: [{ title: t('User Mood'), items: [{ icon: 'emoji', name: t('Happy'), modifier: 'online', action: () => setStatus('Happy') }, { icon: 'circle', name: t('Sad'), modifier: 'Sad', action: () => setStatus('Sad') }, { icon: 'circle', name: t('Uncartain'), modifier: 'Uncartain', action: () => setStatus('Uncartain') }, { icon: 'circle', name: t('confused'), modifier: 'confused', action: () => setStatus('confused') } ] },

so i want instead of circle , a sad or happy or confused emoji , i have used gust emoji it give me a smile face but i want to use the reset of emojies

abdolrhman avatar Aug 12 '18 09:08 abdolrhman