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

@@ -28,7 +28,8 @@ type SiteMutation {
title: String!
description: String!
robots: [String]!
ga: String!
analyticsService: String!
analyticsId: String!
company: String!
hasLogo: Boolean!
logoIsSquare: Boolean!
@@ -47,7 +48,8 @@ type SiteConfig {
title: String!
description: String!
robots: [String]!
ga: String!
analyticsService: String!
analyticsId: String!
company: String!
hasLogo: Boolean!
logoIsSquare: Boolean!