Hassaan Pasha
7126bacf34
fix (learn): add title to challenge meta for backend challenges ( #38745 )
2020-05-07 21:56:58 +05:30
Shaun Hamilton
21ca4e3f67
fix(client): add relevant placeholder to link submission ( #38411 )
2020-05-07 21:49:06 +05:30
mrugesh
1b61bceee7
feat(client): completion modal progress bar ( #37836 )
...
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2019-11-26 22:14:44 +05:30
Ahmad Abdolsaheb
1d73575a59
Revert "feat(client): completion modal progress bar ( #37775 )" ( #37835 )
...
This reverts commit a8928739dd
.
2019-11-26 18:30:08 +03:00
Tom
a8928739dd
feat(client): completion modal progress bar ( #37775 )
...
* feat: add progress bar to completion modal
* feat: add stuff
* feat: finalize-layout-and-make-responsive
* feat: add feature to all challenge templates
* git test
* fix: remove challenge title + enlarge top message
* fix: move graphql query to completion modal
* fix: remove some previous additions
* fix: optimize functions
* fix: removed isRequired flag
* feat: add animation
* feat: add interval to state + clear on unmount
* fix: change around interval function
* feat: make bar fill non-linearly
* Update client/src/templates/Challenges/components/CompletionModal.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModal.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModal.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/redux/index.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/redux/index.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/redux/index.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/redux/index.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModalBody.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModalBody.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModalBody.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: remove bracket
* fix: tweak animation + change to pure component
* fix: remove comment
* Update client/src/templates/Challenges/components/CompletionModalBody.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/templates/Challenges/components/CompletionModalBody.js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: remove animateProgress
* feat: add tests for progress bar
* feat: add working tests
Co-authored-by: ojeytonwilliams <ojeytonwilliams@gmail.com >
* fix: add formatting
* fix: use content selectors where possible
* fix: make progress bar show 0 for unauthed users
2019-11-26 18:15:59 +03:00
Oliver Eyton-Williams
cd3ef998a6
fix: rollback react-hotkeys and remove buttons
2019-09-24 22:22:14 +05:30
Oliver Eyton-Williams
465f206a9d
fix: focus on HotKeys by default
2019-09-24 22:22:14 +05:30
Oliver Eyton-Williams
af1008f4e5
fix: wrap backend and project in Hotkeys
...
Co-authored-by: moT01 <tmondloch01@gmail.com >
2019-09-24 22:22:14 +05:30
Oliver Eyton-Williams
c91393d737
feat: use local HotKeys and allow editor escape
...
GlobalHotKeys were abandoned, because they were capturing events that
had called stopPropagation. This meant that something needed to be in
focus, hence passing a ref of the HotKey DOM element to the Editor.
react-hotkeys has been updated to 2.0.0-pre9, because 2.0.0 captured
ctrl keypresses when asked for ctrl+enter
Currently only classic challenges can be executed by hotkey, but all
allow hotkey navigation
2019-09-24 22:22:14 +05:30
mrugesh
5d92b3c668
fix: project views and icons for intros ( #36811 )
2019-09-19 10:14:58 +03:00