kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove Move notifications from filter bar
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-develop-3zknud/deployments/669^2
rodzic
d05cabe9a8
commit
217b97cf4a
|
@ -15,7 +15,6 @@ const messages = defineMessages({
|
||||||
boosts: { id: 'notifications.filter.boosts', defaultMessage: 'Reposts' },
|
boosts: { id: 'notifications.filter.boosts', defaultMessage: 'Reposts' },
|
||||||
polls: { id: 'notifications.filter.polls', defaultMessage: 'Poll results' },
|
polls: { id: 'notifications.filter.polls', defaultMessage: 'Poll results' },
|
||||||
follows: { id: 'notifications.filter.follows', defaultMessage: 'Follows' },
|
follows: { id: 'notifications.filter.follows', defaultMessage: 'Follows' },
|
||||||
moves: { id: 'notifications.filter.moves', defaultMessage: 'Moves' },
|
|
||||||
emoji_reacts: { id: 'notifications.filter.emoji_reacts', defaultMessage: 'Emoji reacts' },
|
emoji_reacts: { id: 'notifications.filter.emoji_reacts', defaultMessage: 'Emoji reacts' },
|
||||||
statuses: { id: 'notifications.filter.statuses', defaultMessage: 'Updates from people you follow' },
|
statuses: { id: 'notifications.filter.statuses', defaultMessage: 'Updates from people you follow' },
|
||||||
});
|
});
|
||||||
|
@ -88,12 +87,6 @@ const NotificationFilterBar = () => {
|
||||||
action: onClick('follow'),
|
action: onClick('follow'),
|
||||||
name: 'follow',
|
name: 'follow',
|
||||||
});
|
});
|
||||||
items.push({
|
|
||||||
text: <Icon src={require('feather-icons/dist/icons/briefcase.svg')} />,
|
|
||||||
title: intl.formatMessage(messages.moves),
|
|
||||||
action: onClick('move'),
|
|
||||||
name: 'move',
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return <Tabs items={items} activeItem={selectedFilter} />;
|
return <Tabs items={items} activeItem={selectedFilter} />;
|
||||||
|
|
Ładowanie…
Reference in New Issue