Commit Graph

8 Commits

Author SHA1 Message Date
Ahmad Abdolsaheb
31e3d9b27e feat: commandline chic 2019-08-20 13:37:11 +05:30
rituteb
6f12526fe1 Fix issue with download solution on completion modal (#34967) (#35317)
When the user downloads their solution before proceeding to the next challenge, the solution is downloaded again on Ctrl + Enter.

The issue is that once the user has downloaded their solution, the download button is in focus, so pressing Ctrl + Enter will not only dispatch the submit challenge event, it'll also dispatch the click event on the download button which is not what we want. This disables that event.

Closes #34967
2019-02-21 12:06:52 +03:00
Valeriy
fc8c71ad16 feat: use eslint with prettier to format code 2019-02-19 14:30:27 +05:30
Ahmad Abdolsaheb
c413995a4f fix: turn non CTA buttons to ghost 2019-02-16 01:31:12 +03:00
Valeriy
cc6e1fdbf4 fix(edge): get client app to work on edge (#35040) 2019-02-03 22:19:27 +05:30
Dmytro Yarmak
d4b07f47ab fix(learn): implemented curriculum layout for mobile devices (#17467)
remove useless changes
2019-01-09 11:09:19 +00:00
Bouncey
aca424be97 chore(react): PureComponent -> Component 2018-11-13 05:39:50 +05:30
Bouncey
5b254f3ad6 chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00