logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 2933dc30a5de82469ee81720bc78c61f0db7cc4a
parent: 56e036b4de1b3d92c0de3f18a0b3ada707ba4c2f
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 19 Feb 2017 13:37:21 +0100

Only display 10 notifications at a time, 20 is too much.

Diffstat:

Msrc/components/notifications/notifications.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js @@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash' const Notifications = { data () { return { - visibleNotificationCount: 20 + visibleNotificationCount: 10 } }, computed: {