Vivek Agrawal
b4a48fa020
fix(challenges): Add top-margin & change comment color ( #16615 )
2018-02-03 00:51:00 +05:30
gracemgately
c76ebf0cee
fix(settings): Remove Email us button from Settings page ( #16616 )
...
Removed Email us button from Settings since it was no longer accurate
BREAKING CHANGE: none
Closes #16613
2018-02-01 11:50:40 +00:00
Iván Munguía
8ca5575ac5
fix(challenges): Add key prop to root element ( #16493 )
...
The key prop was added to solve the issue of the first question being
added to subsequent questions
Closes #16483
2018-01-31 07:30:56 +00:00
Berkeley Martinez
660f78896d
fix(settings/updateEmail): Show message from server
2018-01-30 17:14:33 -08:00
Berkeley Martinez
1ee9d9259c
feat(Flash): Normalize flash types with object
...
help prevent typo errors
2018-01-30 17:14:33 -08:00
Berkeley Martinez
ae3ccdd672
fix(user/settings): Add theme server validations
2018-01-30 17:14:33 -08:00
Berkeley Martinez
040d49d612
feat(Flash): Should reflect express style
2018-01-30 17:14:33 -08:00
Berkeley Martinez
4d545a018c
fix(nightModeEpic): Colocate in app
...
This moves epic into main app and prevents it running server side
2018-01-30 17:14:33 -08:00
Mrugesh Mohapatra
9fa89ee1b0
fix: Update locked button label
2018-01-31 01:30:33 +05:30
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
Berkeley Martinez
20a3363d39
Merge pull request #16479 from lgrzybowski/fix/change_NA_to_blank_when_no_estimation
...
fix(map): Removed NA text for challenge without time estimat
2018-01-23 18:59:30 -08:00
Lukasz Grzybowski
f3d87d6e73
fix(map): Removed NA text for challenge without time estimat
...
Closes #16454
2018-01-23 19:34:42 +01: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
f439593676
fix(Flash): Express flash format is [...String] ( #16539 )
2018-01-20 21:59:34 +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
2be632b72d
chore(create-app): Update rtype typed array signature
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
c79afa99b5
fix(Nav): Remove unused epic
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
2bb27e8dc6
feat(Flash): Get flash messages on load
2018-01-18 15:20:54 -08:00
Berkeley Martinez
6c5a13f053
fix(Flash): Minize flash state
2018-01-18 15:20:54 -08:00
Berkeley Martinez
8297cff63c
fix(Flash): Message should flex left and take up all the room
2018-01-18 15:20:53 -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
Berkeley Martinez
552f51624e
fix(Panes): Height should always take full screen
2018-01-18 15:18:42 -08:00
Berkeley Martinez
d86eba998b
fix(app/redux): Remove tracking of app height
2018-01-18 15:18:42 -08:00
Berkeley Martinez
8fe46d1f9a
feat(App): Make full size
2018-01-18 15:18:42 -08:00
Berkeley Martinez
5a32585ddd
feat(Flash): Get flashes from ssr
2018-01-18 15:18:42 -08:00
Berkeley Martinez
9f15a09d26
feat(wepback): Add app reducer hot reloading
2018-01-18 15:18:42 -08:00
Berkeley Martinez
9d5d5c3be4
feat(Flash): Add remove logic
2018-01-18 15:18:42 -08:00
Berkeley Martinez
f452a8dbce
feat(Flash): Add initial redux logic
2018-01-18 15:18:42 -08:00
Berkeley Martinez
9e9e39b8b0
feat(Flash): Add initial ui
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
Berkeley Martinez
2c7e571520
feat(Panes): Do not update state if panes are the same
...
This reduces the number of updates required when transitioning between
challenges while preserving the state of the panes when going from two
similar challengees.
2018-01-16 09:52:29 -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
Berkeley Martinez
81f65969ad
Merge pull request #16481 from lgrzybowski/fix/remove_star_from_map
...
fix(map): Removed required sign from challenges
2018-01-16 09:03:25 -08:00
Lukasz Grzybowski
73878e84b0
fix(map): Removed required sign from challenges
...
Closes #16239
2018-01-14 20:17:45 +01: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