Commit Graph

11260 Commits (d67d02a344647dec47a2c45488477aad40cc6975)

Author SHA1 Message Date
Stuart Taylor d67d02a344 fix(dropdown): Fix dropdown styles 2018-03-13 21:03:47 +00:00
Stuart Taylor 86b19031e9 fix(nav): DRY Nav render method 2018-03-13 20:35:30 +00:00
Stuart Taylor c80e98a9a4 fix(ssr): Only render LargeNav on SSR 2018-03-13 20:34:42 +00:00
Stuart Taylor 61d76220c7 fix(git): Merge temp branch to fix/binButtons 2018-03-13 20:17:13 +00:00
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
Ahmad Abdolsaheb 410bda2394 fix(seed): Intro to chai added (#16885)
the quality-assurance-and-testing-with-chai changed

Closes #12635
2018-03-13 20:53:50 +05:30
R.Ganesh 258814c94e fix(seed): fixed typos in css grid challenges (#16877)
Closes #16871
2018-03-13 20:50:25 +05:30
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
Schalk Neethling 014c0a98a0 fix: Small language updates, and fix for colour contrast - basic-css (#16851) 2018-03-09 10:16:55 -06: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
Berkeley Martinez ef24b38cc3 chore(package-lock): Update lock file (#16854) 2018-03-08 20:11:58 -08:00
Berkeley Martinez 5bf2e57c6e
[Snyk Update] New fixes for 1 vulnerable dependency path (#16751)
[Snyk Update] New fixes for 1 vulnerable dependency path
2018-03-08 14:17:27 -08:00
Schalk Neethling 12c02381e1 fix: language update suggestions for basic-css and basic-html (#16767)
* fix: language update suggestions for basic-css and basic-html

* Fix plural
2018-03-08 10:13:20 -06: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
mstellaluna 92ebf9fc47
Merge pull request #16837 from ahmadabdolsaheb/feature/css-grid-chall-one
feat(seed): Adds the json file for css grid challenges
2018-03-07 20:19:02 -05:00
Stuart Taylor 33d26aaa6c fix(showCert): Target _blank the link for Show Cert 2018-03-07 23:35:23 +00:00
Berkeley Martinez bf78e80cca
Merge pull request #16847 from raisedadead/fix/update-mongodb-driver
fix(mongodb): update mongodb driver
2018-03-07 15:35:18 -08:00
Berkeley Martinez 39b0cefe74
Merge pull request #16848 from Bouncey/fix/jsWarning
fix(styles): Overlay js warning to preserve preview pane height
2018-03-07 15:16:10 -08:00
Stuart Taylor 5dc2d9e27b fix(styles): Overlay js warning to preserve preview pane height 2018-03-07 21:07:56 +00:00
Mrugesh Mohapatra 1e86d288df fix(mongodb): update mongodb driver 2018-03-07 23:44:09 +05:30
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
Neenad Ingole 53901aa822 fix(seed): Add Img to CSS Relative Positioning Challenge (#16728) 2018-03-07 09:08:29 +05:30
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
Kristofer Koishigawa 5f1ec53230 fix(seed): Format description, add tests and solution for Project Euler 18 (#16693)
Changed the description to more closely match the one on the Project
Euler page. Also added another test and solution.

Edit: Moved the numTriangle array to the head array to prevent lag.

Edit 2: Forgot to remove numTriangle from the solutions array. Should pass the test now.

BREAKING CHANGE: None
2018-03-06 10:52:22 +00: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
Pavel Tsurbeleu 919cd693d1 Improve instructions of "Global vs Local Scope in Functions" challenge (#16832) 2018-03-06 09:46:23 +05:30
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 10148ce5b3 fix(challengeId): Use correct id for Portfolio challenge 2018-03-05 14:26:07 +00:00
Stuart Taylor 0bd9c3a6d0 chore(twitch): Make twitch title compatable with DynamicForm 2018-03-05 14:25:51 +00:00
ahmadabdolsaheb 2a814f1d66 feat(seed): Adds the json file for css grid challenges
order or json files changed and new css grid challenges json is added
2018-03-05 17:20:31 +03:00
Stuart Taylor 6301411673 fix(cert-settings): Uncouple Cert-Settings from dashedName's 2018-03-05 14:15:30 +00:00
Stuart Taylor 15473616c9 chore(legacy): Add legacy projects 2018-03-05 13:30:07 +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