diff --git a/src/pages/Home/Scene.js b/src/pages/Home/Scene.js index d74f23c..492a65e 100644 --- a/src/pages/Home/Scene.js +++ b/src/pages/Home/Scene.js @@ -679,30 +679,30 @@ export default function Scene ({loggedIn, onLogout, ...props}) { - -

web notifications

+ +

Scores your notifications based on their importance, so we can surface the most critical updates at the top of your queue.

-

tells you why you got the notification

+

Provides you with quick context for why you're receiving each notification.

- -

sorts by importance

+ +

Allows you to opt in for web notifications whenever you recieve important update to help notify you right away.

-

Protects you from the notifications you don't care about.

+

Protects you from useless spammy notifications that you don't care about.

-

gives you the option to focus on specific things like review requested, assigned, etc

+

Let's you focus in on specific types of notifications that matter to you, like when your review is requested for a pull request or you were assigned an issue.

-

get stats on how many notifications you triage each day

+

Unlocks dope statistics that help you understand how you interact with notifications on a daily basis.

@@ -735,7 +735,7 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
Home page inspiration from - + Kap
diff --git a/src/pages/Notifications/Scene.js b/src/pages/Notifications/Scene.js index dba22b5..2d26fe4 100644 --- a/src/pages/Notifications/Scene.js +++ b/src/pages/Notifications/Scene.js @@ -550,6 +550,7 @@ export default function Scene ({ event.target.select()} type="text" placeholder="Search for notifications" onEnter={onSearch} @@ -673,8 +674,8 @@ export default function Scene ({ borderRadius: 4, height: 100, fontSize: 11, - color: 'rgba(36, 41, 46, 0.75)', - fontStyle: 'italic' + // color: 'rgba(36, 41, 46, 0.75)', + // fontStyle: 'italic' }}> statistics coming soon™ @@ -700,28 +701,6 @@ 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 ? (