llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
43 stars 94 forks source link

Replace Bootstrap tour by IntroJS in tutorial #363

Open llaske opened 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 Sugarizer app. See here to learn how.

The idea is to replace it in Sugarizer Server Dashboard.

image

parteekcoder commented 1 year ago

@llaske is this issue still opened as there is one merged PR mentioned here

llaske commented 1 year ago

@parteekcoder yes the issue is still open, the PR was not directly related to the issue.

rockharshitmaurya commented 1 year ago

hey, @llaske I have fixed this issue in PR:https://github.com/llaske/sugarizer-server/pull/395. Please review it and let me know if any changes are required

llaske commented 1 year ago

Thanks @rockharshitmaurya . There is an issue on the Stats screen.

image

Plus the CI/CD fail due to lot if errors in eslint.

image