llaske / ExerciserReact

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

Replace Bootstrap tour by IntroJS in tutorial #142

Closed llaske closed 1 year ago

llaske commented 1 year ago

Bootstrap tour is the library use for writing tutorial. The library is no longer maintain and doesn't support recent version of Bootstrap. So we decided to replace it by another libraries named IntroJS. IntroJS provide similar features and a lightweight UI.

This replacement has be done in most of Sugarizer activities. See here to learn how.

The idea is to replace it in Exerciser.

image

disha1202 commented 1 year ago

Hi @llaske, In this activity, reactour is used instead of bootstrap-tour. Do we still need to migrate to introJs or just update the UI for tour popover to match with other activities?

llaske commented 1 year ago

@disha1202 good point. I think it will be better to use introJS if possible.