Add status page (#109)

* Add status page

* prettier
This commit is contained in:
Kamil Kisiela 2022-05-26 13:17:09 +02:00 committed by GitHub
parent 23d7236d9c
commit eacc68ba61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,7 @@ import {
LogOutIcon,
PlusIcon,
SettingsIcon,
AlertTriangleIcon,
} from '@/components/v2/icon';
import { CreateOrganizationModal } from '@/components/v2/modals';
import { MeDocument, OrganizationsDocument, OrganizationsQuery, OrganizationType } from '@/graphql';
@ -141,6 +142,12 @@ export const Header = (): ReactElement => {
Documentation
</a>
</DropdownMenu.Item>
<DropdownMenu.Item asChild>
<a href="https://status.graphql-hive.com" target="_blank" rel="noreferrer">
<AlertTriangleIcon />
Status page
</a>
</DropdownMenu.Item>
{/* TODO: Light mode will be available after releasing */}
{/*<DropdownMenu.Item>*/}
{/* <SunIcon />*/}

View file

@ -11,6 +11,7 @@ export default {
prevLinks: true,
search: true,
unstable_flexsearch: true,
floatTOC: true,
customSearch: null,
darkMode: true,
footer: false,