feat: unsaved changes prompt + beta preparations UI

This commit is contained in:
Nicolas Giard
2019-01-01 17:03:30 -05:00
parent 3b285c5074
commit 8c6aca6623
16 changed files with 272 additions and 232 deletions

View File

@@ -3,7 +3,8 @@ mutation (
$title: String!
$description: String!
$robots: [String]!
$ga: String!
$analyticsService: String!
$analyticsId: String!
$company: String!
$hasLogo: Boolean!
$logoIsSquare: Boolean!
@@ -17,7 +18,8 @@ mutation (
title: $title,
description: $description,
robots: $robots,
ga: $ga,
analyticsService: $analyticsService,
analyticsId: $analyticsId,
company: $company,
hasLogo: $hasLogo,
logoIsSquare: $logoIsSquare,

View File

@@ -5,7 +5,8 @@
title
description
robots
ga
analyticsService
analyticsId
company
hasLogo
logoIsSquare