AA-137: Add first-section celebration (#78)

When a learner completes their first section in a course, throw up
a modal that celebrates that fact and encourages them to share
progress.
This commit is contained in:
Michael Terry
2020-06-18 09:27:11 -04:00
committed by GitHub
parent eb8c97ee86
commit 6cdd075243
20 changed files with 402 additions and 42 deletions

View File

@@ -14,5 +14,6 @@ PORT=2000
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
SEGMENT_KEY=null
SITE_NAME='edX'
TWITTER_URL='https://twitter.com/edXOnline'
STUDIO_BASE_URL='http://localhost:18010'
USER_INFO_COOKIE_NAME='edx-user-info'