From 2f91a93555b38f80f1f803b83e5f4d6a28203a2b Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Sat, 10 Nov 2018 23:48:13 -0500 Subject: [PATCH] Move notifications tab over --- src/pages/Notifications/Scene.js | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/pages/Notifications/Scene.js b/src/pages/Notifications/Scene.js index 2d26fe4..c9afbd6 100644 --- a/src/pages/Notifications/Scene.js +++ b/src/pages/Notifications/Scene.js @@ -701,6 +701,28 @@ export default function Scene ({ onClick={!loading ? (() => onFetchNotifications()) : undefined} /> + + { + const response = window.confirm('Are you sure you want to mark all your notifications as read?'); + if (response) { + onMarkAllAsStaged(); + } + }) : undefined} + /> + + + { + const response = window.confirm('Are you sure you want to clear the cache?'); + if (response) { + onClearCache(); + } + }) : undefined} + /> + - - { - const response = window.confirm('Are you sure you want to mark all your notifications as read?'); - if (response) { - onMarkAllAsStaged(); - } - }) : undefined} - /> - - - { - const response = window.confirm('Are you sure you want to clear the cache?'); - if (response) { - onClearCache(); - } - }) : undefined} - /> - {query ? (