diff --git a/public/icon-2.png b/public/icon-2.png deleted file mode 100644 index 7bcda47..0000000 Binary files a/public/icon-2.png and /dev/null differ diff --git a/public/icon-black.png b/public/icon-black.png deleted file mode 100644 index b0ceef2..0000000 Binary files a/public/icon-black.png and /dev/null differ diff --git a/public/icon-purple.png b/public/icon-purple.png deleted file mode 100644 index 0a59ce4..0000000 Binary files a/public/icon-purple.png and /dev/null differ diff --git a/public/index.html b/public/index.html index 706ab2d..19a370e 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + diff --git a/src/components/Logo/index.js b/src/components/Logo/index.js index 9d73ad4..9f7de46 100644 --- a/src/components/Logo/index.js +++ b/src/components/Logo/index.js @@ -1,13 +1,11 @@ import React from 'react'; -import meteoriteSvg from './meteorite.svg'; -// import meteoritePng from './meteorite-v2-2.png'; +import meteoriteLogo from './logo-white.png'; export default function LoadingIcon ({ style, size, ...props }) { return (
+ beta {loggedIn ? (
notifications @@ -95,7 +111,16 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
View and contribute on GitHub - Totally free and open sourced + + + Free and open sourced + diff --git a/src/pages/Notifications/SceneAlt.js b/src/pages/Notifications/SceneAlt.js index 5bced77..6d2eeaa 100644 --- a/src/pages/Notifications/SceneAlt.js +++ b/src/pages/Notifications/SceneAlt.js @@ -37,6 +37,19 @@ function getRelativeTime (time) { return 'Long time ago'; } +const UnofficialReleaseTag = styled('span')({ + color: 'white', + position: 'absolute', + left: '21px', + bottom: '0px', + fontSize: '9px', + background: '#f42839', + fontWeight: '800', + padding: '2px 4px', + borderRadius: '4px', + textTransform: 'uppercase', +}); + const FixedContainer = styled('div')({ height: '80%', maxWidth: 270, @@ -469,6 +482,7 @@ export default function Scene ({
+ beta - bar chart, statistics, etc + bar chart, statistics, etc. will be here eventually
- + {n.score} {activeStatus === Status.QUEUED ? ( - + onStageThread(n.id, n.repository)) : undefined} /> ) : ( - + onRestoreThread(n.id)) : undefined}