llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

replaced reactour by introJs-react #143

Closed disha1202 closed 1 year ago

disha1202 commented 1 year ago

Fixes: #142

llaske commented 1 year ago

Good start @disha1202. There are few issues:

image

znoBtVIq4w

image

image

disha1202 commented 1 year ago

Hi @llaske, Thanks for reviewing. I have fixed the above mentioned issues. Please take a look.

llaske commented 1 year ago

@disha1202 nice but there are some errors when clicking on Next button in some screens:

image

or

image

disha1202 commented 1 year ago

@disha1202 nice but there are some errors when clicking on Next button in some screens:

image

or

image

Ohh my bad, In introJs if there is only one step in a tutorial it displays only one button. To fix this and make the UI consistent, I have introduced an empty step object in tutorials which contain only a single step and disabled both the buttons in onBeforeChange event in introJs. This error might be because of that.

disha1202 commented 1 year ago

@llaske updated the condition. It should be working fine now. Please take a look.

llaske commented 1 year ago

Thanks @disha1202 . Good job.