Commit Graph

1037 Commits

Author SHA1 Message Date
Stuart Taylor
d9921171f5 feat(Nav): Split Nav Bar in to Components 2018-03-13 20:12:57 +00:00
Stuart Taylor
33d0d05adb feat(nav): Use screen width specific navs 2018-03-13 20:10:06 +00:00
Berkeley Martinez
33921ba53a Merge pull request #16838 from Bouncey/fix/newUserNavigation
fix(selector): Correctly destructure in the firstChallengeSelector
2018-03-12 14:31:59 -07:00
Berkeley Martinez
a33febd218 Merge pull request #16819 from Bouncey/fix/slowNetwork
fix(challenge): Handle slow network connections gracefully
2018-03-12 14:28:55 -07:00
Ahmad Abdolsaheb
5921f31f8f fix(seed): Capitalizes CSS Grid in the title of challengs (#16875)
CSS Grid has been added to preFormattedBlockNames object

Closes #16870
2018-03-12 22:01:31 +05:30
Stuart Taylor
a81ec38dbd feat(Nav): Split Nav Bar in to Components 2018-03-12 13:29:39 +00:00
Quincy Larson
4f0f17892c Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image

* rework copy for account creation and login emails

* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
Stuart Taylor
af1233f7e7 fix(selector): Correctly destructure in the firstChallengeSelector 2018-03-09 10:13:57 +00:00
Stuart Taylor
21df3dcade fix(toolPanel): Disable buttons when challenge block is incomplete 2018-03-09 09:12:38 +00:00
Stuart Taylor
c9a58291b1 chore(propTypes): Remove unrequired propTypes 2018-03-09 08:45:29 +00:00
Stuart Taylor
6965d04b80 fix(combineEpics): Compine new block epics in to one 2018-03-08 15:51:09 +00:00
Berkeley Martinez
7f88fe5877 Merge pull request #16788 from Bouncey/feat/legacyCerts
Feat(legacy-certs): Claim legacy certificates from the settings page
2018-03-08 07:33:20 -08:00
Stuart Taylor
33d26aaa6c fix(showCert): Target _blank the link for Show Cert 2018-03-07 23:35:23 +00:00
Stuart Taylor
5dc2d9e27b fix(styles): Overlay js warning to preserve preview pane height 2018-03-07 21:07:56 +00:00
Yogesh Sharma
9b480bd0ea fix(challenges): Call resetQuiz() when dashedName of the quiz chang (#16828)
currentIndex, selectedChoice and correct state variables of the Quiz
component were not changing when navigating to other quiz challenges
through map. I fixed it by calling resetQuiz() whenever dashedName of
the quiz changes.
2018-03-07 13:34:21 +00:00
Stuart Taylor
9f7084f7b7 fix(showLoading): Make showLoading more robust 2018-03-07 09:53:54 +00:00
Berkeley Martinez
4e241fc8ac Merge pull request #16720 from fccSeniorSeminar/fix/invalid-challenge-URL
Fix/invalid challenge url
2018-03-06 10:15:58 -08:00
Stuart Taylor
2281c85df6 chore(certs): Rename endpoint /c/ => /certificates/ 2018-03-06 10:38:37 +00:00
Stuart Taylor
6bf435da47 chore(legacyProjects): Move legacyProjectData to common/utils 2018-03-06 10:36:45 +00:00
Stuart Taylor
cebf72701e fix(challenge): Update challenge once we have all the data 2018-03-06 10:25:58 +00:00
Stuart Taylor
97609eb968 fix(Side-Panel): Revert changes to renderDescription 2018-03-06 10:25:58 +00:00
Stuart Taylor
c17e3ce1d7 fix(challenge): Handle slow network connections gracefully 2018-03-06 10:25:58 +00:00
Stuart Taylor
3b74a20910 feat(overlayLoader): Add OverlayLoader 2018-03-06 10:25:58 +00:00
Berkeley Martinez
23d9ceb399 Merge pull request #16796 from Bouncey/feat/completionModalProjects
fix(projectCompletion): Open completion modal for Project submission
2018-03-05 14:15:31 -08:00
Stuart Taylor
e897c46cb8 chore(cleanup): Remove console.log 2018-03-05 14:26:57 +00:00
Stuart Taylor
6301411673 fix(cert-settings): Uncouple Cert-Settings from dashedName's 2018-03-05 14:15:30 +00:00
Stuart Taylor
7d9057dbdd fix(DRY): Dedupe Cert-Settings submit 2018-03-05 13:30:07 +00:00
Stuart Taylor
2fe66f9e18 fix(show-url): Update profile show cert urls 2018-03-05 13:30:07 +00:00
Stuart Taylor
2d0f8f7b9b feat(legacy-certs): Claim legacy certificates from the settings page 2018-03-05 13:30:07 +00:00
Vasily Belolapotkov
decb6eb936 fix(map): Expand map when challenge opened
changed fetchMapUi epic to add extra param - initialNode
added util method to open path in the map by node name
changed action handler for fetchMapUi.complete to open initialNode
changed map component to set scroll on component mount and update
added attribute to challenge component to find challenge node by name
extracted createEventMetaCreator into separate file to break circular
dependencies

Closes #16248
2018-03-04 20:43:10 +03:00
Kristofer Koishigawa
1ae4bf363c fix(common): Add Default Text to Heatmap Legend (#16802)
With the recent Reactifying of the profile page, I noticed that some of
the calendar heatmap legend text was missing. This fix changes the text
from the current ['less', '', '', 'more'] back to ['0 items', '1 item',
'2 items', '3 or more items'].

BREAKING CHANGE: None
2018-03-02 12:18:54 +00:00
Stuart Taylor
12cf871249 fix(layout): Improve project view (#16798) 2018-02-28 13:22:56 -06:00
Berkeley Martinez
6abf4f05e3 Merge pull request #16789 from Bouncey/fix/profileChallenges
fix(profile): Fix challenges of undefined Error
2018-02-28 09:05:30 -08:00
Berkeley Martinez
4aa8981b44 Merge pull request #16790 from Bouncey/fix/toggleEmail
fix(toggleEmail): Use dispatch bound updateUserBackend
2018-02-28 09:04:30 -08:00
Stuart Taylor
a492603fcd fix(less): Fix less syntax 2018-02-28 14:50:37 +00:00
Vishal Heble
5ca87c1109 Make Flash message legible in dark mode. (#16794) 2018-02-28 13:51:31 +00:00
Stuart Taylor
6a163bae88 fix(projectCopmletion): Open completion modal for Project submission 2018-02-28 10:06:50 +00:00
Stuart Taylor
8e02df5cc5 fix(toggleEmail): Use dispatch bound updateUserBackend 2018-02-27 14:40:07 +00:00
Stuart Taylor
b81cea4b08 fix(profile): Fix challenges of undefined Error 2018-02-27 14:29:37 +00:00
Berkeley Martinez
07e08b9e6a Merge branch 'staging' into fix/babelPipeline 2018-02-26 12:05:11 -08:00
Berkeley Martinez
6285d369ca Merge pull request #16771 from Bouncey/feat/splitMapService
Feat(challenge): Only send the challenges for the requested block
2018-02-26 11:31:01 -08:00
Justin Pitts
f93fbe30a1 fix(challenges): Hide second scrollbar in challenge preview pane (#16737)
Closes #16695
2018-02-26 12:44:42 +00:00
Stuart Taylor
ca7790158e Use correct comment format 2018-02-26 12:17:29 +00:00
Stuart Taylor
11821e40aa Remove weird white space not present locally 2018-02-26 12:17:29 +00:00
Stuart Taylor
b2a70fd5ba Remove weird white space not present locally 2018-02-26 12:17:29 +00:00
Stuart Taylor
303ad38b8e feat(rechallenge): Remove JS files from build pipline if JS is disabled 2018-02-26 12:17:29 +00:00
Stuart Taylor
5c007e3d53 feat(transformers): Disable JS in preview on error 2018-02-26 12:15:16 +00:00
Stuart Taylor
329438bdf4 fix(nextChallenge): Remove some duplication 2018-02-24 08:51:35 +00:00
Arpit Agarwal
68dde75add fix(challenges): Word wrap fix for Chrome (#16736) 2018-02-24 12:17:33 +05:30
Stuart Taylor
b27036a261 fix(format): Formatting fix 2018-02-23 18:44:40 +00:00