Skip to content

Commit 3014fe2

Browse files
committed
Merge remote-tracking branch 'origin/main' into blog/fix-old-posts
2 parents 811b080 + c249882 commit 3014fe2

File tree

15 files changed

+206
-5
lines changed

15 files changed

+206
-5
lines changed

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,9 @@ relativeURLs = false
111111
mission = "Develop the theory and practice of epidemiological forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
112112
apiUrl = "https://cmu-delphi.github.io/delphi-epidata"
113113
twitter = "CmuDelphi"
114+
feedbackForm = "https://docs.google.com/forms/d/e/1FAIpQLSeIeOJtrAhdOriEyiRY7LkpQX8DZBY19dl6De8l56Q9CZhmxw/viewform?usp=pp_url&entry.1245962748="
115+
feedbackLikelihoodMobile = 0.2
116+
feedbackLikelihoodDesktop = 1
117+
feedbackDelayMin = 10 # in sec
118+
feedbackDelayMax = 100 # in sec
119+
feedbackDuration = 60 # show it for 60sec

content/covidcast/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ order: 1
77
modeTitle: Map Overview
88
icon: solid/map
99
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
10+
feedback: true
1011
---

content/covidcast/export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ app_mode: export
77
order: 6
88
icon: solid/download
99
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
10+
feedback: true
1011
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: v1.12.4
3+
date: 2021-01-19
4+
---
5+
6+
This release improves the UX of the survey dashboard for both desktop and mobile experience.
7+
8+
#### New Features
9+
10+
- [#724](https://github.com/cmu-delphi/www-covidcast/pull/724), [#717](https://github.com/cmu-delphi/www-covidcast/pull/717) Survey dashboards improvements
11+
12+
#### Bug-fixes
13+
14+
- [#719](https://github.com/cmu-delphi/www-covidcast/pull/719) (re: [#718](https://github.com/cmu-delphi/www-covidcast/issues/718)) fix Export Data bug

content/covidcast/single.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ app_mode: single
77
order: 4
88
icon: location-solid
99
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
10+
feedback: true
1011
---

content/covidcast/survey-results.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ app_mode: survey-results
88
order: 5
99
icon: solid/poll
1010
heroImage: /images/landing-page/hero-images/covidcast_survey.jpg
11+
feedback: true
1112
---

content/covidcast/timelapse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ app_mode: timelapse
77
order: 2
88
icon: solid/clock
99
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
10+
feedback: true
1011
---

content/covidcast/top10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ app_mode: top10
77
order: 3
88
icon: solid/list
99
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
10+
feedback: true
1011
---

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "www-main",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",
77
"highlight.js": "^10.5.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.5",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.3/www-covidcast-1.12.3.tgz"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.4/www-covidcast-1.12.4.tgz"
1111
},
1212
"devDependencies": {
1313
"hugo-bin": "^0.67.1",

0 commit comments

Comments
 (0)