Berkeley Martinez
cbb7c72a95
Merge pull request #16570 from werne2j/fix/modern-challenge-editor-name
...
fix(modern-challenges): Default nav link to "Editor" if only one editor
2018-01-29 19:19:43 -08:00
werne2j
05b9df4dd0
fix(modern-challenges): Default nav link to "Editor" if only one editor
2018-01-29 20:33:38 -05:00
Stuart Taylor
e3a522aa5e
feat(tool-panel): Make buttons look and act like current productiion ( #16580 )
2018-01-29 11:26:03 -06:00
Stuart Taylor
f9ac50103f
fix(poly): Check we are working with Poly from code-storage ( #16582 )
...
* fix(poly): Check we are working with Poly from code-storage
* fix(backend): Do not show complettion modal for a backend challenge
* fix(backend): Remove unused action
2018-01-29 10:03:23 -06:00
Stuart Taylor
21bd1b4207
fix(code-reset): Listen for clickOnReset and remove code from storage ( #16592 )
2018-01-29 09:53:17 -06:00
Berkeley Martinez
e6110fe718
Merge pull request #16551 from huyenltnguyen/fix/console-theme-in-night-mode
...
fix(ui): Add logic to toggle console theme
2018-01-25 12:13:08 -08:00
huyenltnguyen
b1325ba930
fix(ui): output theme in night mode
2018-01-25 20:28:45 +07:00
A-J Roos
4ab1e5454c
fix(visual): Fix test output screen alignment ( #16536 )
...
Whenever the test run fails the icon and text are out of alignment. This change sets the icon to be vertically aligned to the top.
Closes #16498
2018-01-21 22:19:06 +05:30
Berkeley Martinez
3bdf859c73
fix(ToggleBtn): Make name required
...
radio buttons must share a name property
2018-01-18 15:20:54 -08:00
Berkeley Martinez
e5ea612f40
fix(Settings/ToggleButton): Name should be a prop
2018-01-18 15:20:54 -08:00
Berkeley Martinez
413eb224b7
style(Challenges): Remove unnecessary whitespace
2018-01-18 15:20:54 -08:00
Berkeley Martinez
4a6123ce70
fix(Settings): Email settings refactor
...
broke after a couple of other changes
2018-01-18 15:20:54 -08:00
Berkeley Martinez
baae9eb7b8
feat(Settings): Add toggle button
2018-01-18 15:20:54 -08:00
Berkeley Martinez
8e5275ca56
fix(Settings): Always use ChildContainer
...
othersize content is rendered off screen
2018-01-18 15:20:54 -08:00
Berkeley Martinez
c372bd3cc5
fix(Challenges): Add child container for challenges
...
Add a central point for the completion modal to open
2018-01-18 15:18:42 -08:00
Vivek Agrawal
de940a4ca5
fix(challenges): Changed background color of preview panel for night mode ( #16502 )
...
Closes #16318
2018-01-19 00:43:18 +05:30
Berkeley Martinez
167b609853
Merge pull request #16496 from huyenltnguyen/fix/editors-theme-in-dark-mode
...
fix(challenges): Add logic to toggle editor theme
2018-01-17 11:24:21 -08:00
huyenltnguyen
e1bda08c59
fix(challenges): Add logic to toggle editor theme
...
Closes #16284
2018-01-17 05:11:20 +07:00
Berkeley Martinez
6e17281fda
Merge pull request #16442 from iabrenne/feature/link-to-guide
...
Feature/link to guide
2018-01-16 12:52:03 -08:00
Peter Weinberg
62e079c721
feat(panes/nav): persist pane state across transitions; rename side panel to lesson
2018-01-16 09:52:29 -08:00
Vivek Agrawal
9c3f0f3628
fix(challenges): Add spacing between test-suite rows ( #16491 )
...
Closes #16484
2018-01-15 00:17:34 +05:30
Irina Brennen
c7a898bed7
refactor(seed): Add link to guide
...
Partially #16388
2018-01-10 18:32:16 -06:00
Berkeley Martinez
c27250eec1
Merge pull request #16429 from jameskaupert/feature/add_default_project_img
...
feat(challenges): Add default project image when none exists
2018-01-10 00:27:10 -08:00
James Kaupert
2bc1f0ae59
feat(challenges): Add default project image when none exists
...
BREAKING CHANGE: none
Closes #16426
2018-01-08 19:34:16 -05:00
Berkeley Martinez
55adc282fa
Merge pull request #16430 from raisedadead/fix/preview-pane-background
...
revert(preview): Remove night mode background-color
2018-01-06 14:25:19 -08:00
Mrugesh Mohapatra
f11fe6c5fb
revert(preview): Remove night mode background-color
2018-01-07 02:44:07 +05:30
James Kaupert
da9e1f1129
fix(challenges): Remove broken images when undefined
...
BREAKING CHANGE: none
Closes #16410
2018-01-05 19:48:31 -05:00
Chloe Collier
5f65f04ba4
fix(style): changed colors for dark-mode ( #16404 )
2018-01-04 12:09:19 +05:30
Vivek Agrawal
68e1c83db7
style(lesson-section): Add paddings ( #16391 )
...
Closes #16299
styles moved to challenges.less
2018-01-02 22:30:40 +00:00
Berkeley Martinez
540b0ec4d4
Merge pull request #16295 from Bouncey/fix/duplicateKeys
...
fix(step-challenge): Fix duplicate keys in Step
2018-01-01 12:57:33 -08:00
Joshua Swift
603a354e56
Merge branch 'staging' into fix/js-disabled-message
2017-12-30 11:12:57 +00:00
Berkeley Martinez
4aa4248204
Merge branch 'Bouncey:fix/toolpanelConflict' into staging
2017-12-29 16:08:48 -08:00
Berkeley Martinez
46a696472c
fix(lint): Move rsa link to utils
2017-12-29 16:08:29 -08:00
Joshua Swift
23d2f2a08b
JS is disabled alert
2017-12-29 20:26:38 +00:00
Stuart Taylor
0f68940865
chore(step-redux): Remove console.log
2017-12-28 19:07:28 +00:00
Stuart Taylor
a3a9683bf7
fix(step-keys): Use description slice for key
2017-12-28 18:59:56 +00:00
Stuart Taylor
def690b282
fix(step-challenge): Fix duplicate keys in Step
2017-12-28 18:59:56 +00:00
Filip Havrlent
bed731d2ad
fix(challenges): Change e.meta to e.metaKey
...
The Command + Enter was not working on Mac in completition modal
Closes #16352
2017-12-28 19:51:59 +01:00
Stuart Taylor
2884b551c3
fix(classNames): Use block prop for .btn-block className
2017-12-28 18:47:42 +00:00
Stuart Taylor
2c6f0b1f09
fix(merge-conflicts): Add missing classNames to Get Help button
2017-12-24 09:34:05 +00:00
Stuart Taylor
71708aa7ff
fix(merge-conflicts): Resolve conflicts
2017-12-24 09:25:25 +00:00
Stuart Taylor
4c96c2079e
Merge branch 'fix/merge-78e86f5' of https://github.com/mpontus/freeCodeCamp into fix/toolpanelConflict
2017-12-24 09:21:03 +00:00
Khaled Saleh
7f2edb6a71
style(challenges): Changed the lesson buttons to match production sty
2017-12-23 09:15:07 -06:00
Mikhail Pontus
3144820405
fix(challenges): Implement Help Dialog
...
This commit applies changes from 78e86f514f .
It introduces Help dialog which guides the user to review Read-Search-Ask
methodology, ask the question on the forums or in gitter chatroom.
This dialog replaces existing Help button which was leading to Gitter Chatroom.
2017-12-23 14:58:06 +03:00
Stuart Taylor
b14a821f6c
fix(document.title): Update document title for Challenge route
2017-12-23 11:21:30 +00:00
Berkeley Martinez
65356ff7e7
fix(Challenges/frame.js): Make iframe href base relative to / ( #16221 )
...
This prevents requests from appending to the current challenge url
2017-12-23 09:53:11 +00:00
Kristofer Koishigawa
3df65c30cd
fix(common): Fix for loopProtect undefined error ( #16263 )
...
Edited the file so that the loopProtect code, which is in the head of
the iframe on www.freecodecamp.org, is in the same script tag as the
base challenge content that get's rendered to the page. While the
loopProtect code is not rendered to the page like the rest of the
challenge code, it's within the same scope and seems to function
normally.
BREAKING CHANGE: None that I know of, but will keep checking.
Closes #16260
2017-12-22 14:51:21 -05:00
Angel Eduardo
8ee27fa6ed
fix: missing space in quiz score ( #16241 )
2017-12-21 16:04:20 -06:00
mrugesh mohapatra
8f6deff199
fix: Update text for GitHub and Settings ( #16253 )
...
This commit adds back changes from the
commit 9142aec8ad
Just updates the labels of some of the buttons
2017-12-21 15:35:21 -06:00
Berkeley Martinez
e412ce7d0a
Fix: storage files use challenge files as source ( #16215 )
...
* fix(files): CreateFiles shouldn't preserve previous state
* fix(Challenges): Use fileSpec when pulling from storage
2017-12-19 11:41:09 -06:00