Chore: add notification center background and button

Chore: notifications screen scaffolding

Fix: change position of notification UI

Feat: join backend and frontend

Feat: notification icons and machine names
This commit is contained in:
Cesar 2020-12-21 23:19:22 +00:00 committed by Josh Harvey
parent c16e47af96
commit 7459700986
5 changed files with 18 additions and 7 deletions

View file

@ -6,7 +6,6 @@ import classnames from 'classnames'
import gql from 'graphql-tag'
import React, { memo, useState } from 'react'
import { NavLink, useHistory } from 'react-router-dom'
import NotificationCenter from 'src/components/NotificationCenter'
import ActionButton from 'src/components/buttons/ActionButton'
import { H4 } from 'src/components/typography'