chore: turn emoji picker into an experiment

This commit is contained in:
Paul Makles
2022-07-01 19:32:27 +01:00
parent 918dd15894
commit e60f182c80
3 changed files with 28 additions and 24 deletions

View File

@@ -658,11 +658,13 @@ export default observer(({ channel }: Props) => {
<Box size={24} />
</IconButton>
</Action>*/}
<Action>
<IconButton onClick={() => setPicker(!picker)}>
<HappyBeaming size={24} />
</IconButton>
</Action>
{state.experiments.isEnabled("picker") && (
<Action>
<IconButton onClick={() => setPicker(!picker)}>
<HappyBeaming size={24} />
</IconButton>
</Action>
)}
<Action>
<IconButton
className={