This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Add limit of 8 different reaction types per announcement
Port
f816da9c64
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Eugen Rochko
4 years ago
committed by
Thibaut Girka
parent
f1e4738f81
commit
4e1efacfac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/features/getting_started/components/announcements.js
+ 1
- 1
app/javascript/flavours/glitch/features/getting_started/components/announcements.js
View File
@ -265,7 +265,7 @@ class ReactionsBar extends ImmutablePureComponent {
/
>
)
)
}
<
EmojiPickerDropdown
onPickEmoji
=
{
this
.
handleEmojiPick
}
button
=
{
<
Icon
id
=
'plus'
/
>
}
/
>
{
visibleReactions
.
size
<
8
&&
<
EmojiPickerDropdown
onPickEmoji
=
{
this
.
handleEmojiPick
}
button
=
{
<
Icon
id
=
'plus'
/
>
}
/
>
}
<
/
d
i
v
>
)
;
}
Write
Preview
Loading…
Cancel
Save