Skip to content

Code cleanup + doc + updated lib + plain JavaScript + features

Matthieu Brandt requested to merge (removed):master into master

Changes:

  • Code cleanup (code formatted, using more modern features, removed unneeded functions)
  • Fixed (codes removed bugs)
  • Added doc (main functions now have doc + types for parameters + return type)
  • Updated lib fullcalendar to v5. (now using latest fullcalendar version)
  • Removed jquery references in code (using plain javascript, no need for jquery)
  • Added features

Possible regressions:

  • no way to view dayView by clicking on the corresponding date (because of newer version of the lib)
  • style for events in "semainier" and "mois" are slighly different

Merge request reports