Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1576 from artsy/fair_dates
Browse files Browse the repository at this point in the history
LD-568 - Fair dates are now formattedOpeningHours from metaphysics
  • Loading branch information
Kieran Gillen authored Apr 8, 2019
2 parents feb1a0e + 6154109 commit 81867b8
Show file tree
Hide file tree
Showing 21 changed files with 117 additions and 43 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

### Master

- Inlcude local timezone in each MP request so MP can decide to render datetimes in the user’s local time - alloy
- Include local timezone in each MP request so MP can decide to render datetimes in the user’s local time - alloy
- Fixes overflowing Save button on small screen devices - ashley
- Moves fair open hours display to metaphysics - kieran

### 1.9.4

Expand Down
9 changes: 9 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,9 @@ type ArtworkContextFair {

# A formatted description of the start to end dates
exhibition_period: String

# A formatted description of when the fair starts or closes or if it is closed
formattedOpeningHours: String
has_full_feature: Boolean
has_homepage_section: Boolean
has_large_banner: Boolean
Expand Down Expand Up @@ -3368,6 +3371,9 @@ type Fair {

# A formatted description of the start to end dates
exhibition_period: String

# A formatted description of when the fair starts or closes or if it is closed
formattedOpeningHours: String
has_full_feature: Boolean
has_homepage_section: Boolean
has_large_banner: Boolean
Expand Down Expand Up @@ -4604,6 +4610,9 @@ type HomePageModuleContextFair {

# A formatted description of the start to end dates
exhibition_period: String

# A formatted description of when the fair starts or closes or if it is closed
formattedOpeningHours: String
has_full_feature: Boolean
has_homepage_section: Boolean
has_large_banner: Boolean
Expand Down
10 changes: 9 additions & 1 deletion src/__generated__/FairDetailShowsQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/__generated__/FairDetailShowsQuery.queryMap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion src/__generated__/FairDetailTestsQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/__generated__/FairDetailTestsQuery.queryMap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion src/__generated__/FairHeader_fair.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion src/__generated__/FairQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81867b8

Please sign in to comment.