Changed the colors of the network graph to match the color of the
differents houses (the color will probably be in the database in the
future).
Reactivate the panel swipe (there are still some problems but it's
better to keep the swipe for the user).
Added various comments and fixed the missing logo in the about page when
using the phone app.
After the changes of the server, the ids are now returned as string
instead of id. So we needed a more explicit verification in some of
the javascript tests.
Also added a missing class in Tbl_Character_Class table and a script
will all data.
- Make sure that the growth rates values used for the charts are Number
- Send the catalogue version as FormData instead of json for the update
- Fix a bug that prevented the display of the characters in the home
page at application startup
The user can now zoom in/out the network graph in the home page with
two buttons.
Added the cordova device plugin to detect when the phone is ready and
the change the behavior of the backbutton on android.
Disabled the panel left swipe because of some scroll problems in
landscape mode.
The user can now compare the stats of multiple characters with two
graph (column graph and polar spider).
Small refactor of the displayPolarSpider function to work in all pages.
A net::ERR_CLEARTEXT_NOT_PERMITTED occured when using the app on android
phone, we have to force the android to allow the communication to fix
the problem.
More info : https://stackoverflow.com/a/54752717/10736081
Also fixed a problem with the images path when running the app on
mobile.