mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
make number of displayed reactions a setting
This adds an extra item to the local settings for specifying the number of reactions shown in toots. The detailed status view always shows all reactions.
This commit is contained in:
parent
fdb5d35c7c
commit
4d7340472b
12 changed files with 272 additions and 16 deletions
|
|
@ -828,6 +828,7 @@ class Status extends ImmutablePureComponent {
|
|||
<StatusReactions
|
||||
statusId={status.get('id')}
|
||||
reactions={status.get('reactions')}
|
||||
numVisible={settings.get('num_visible_reactions')}
|
||||
addReaction={this.props.onReactionAdd}
|
||||
removeReaction={this.props.onReactionRemove}
|
||||
emojiMap={this.props.emojiMap}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue