Add "Show Activity" switch

This commit is contained in:
Thomas Nordquist
2019-02-18 13:01:22 +01:00
parent e0978ee64b
commit 590c24a3bd
7 changed files with 60 additions and 17 deletions

View File

@@ -21,6 +21,12 @@ export const toggleSettingsVisibility = (): Action => {
}
}
export const togglehighlightTopicUpdates = (): Action => {
return {
type: ActionTypes.SETTINGS_TOGGLE_HIGHLIGHT_ACTIVITY,
}
}
export const setTopicOrder = (topicOrder: TopicOrder = TopicOrder.none): Action => {
return {
topicOrder,