Skip to content

Draft: refactor(solstice): scrollup widget

Olivier Goulet requested to merge oliviergoulet/solstice-assets:scrollup into main

This patch accomplishes multiple things:

  • Converts file to ES6+ syntax
  • Gets rid of as much jQuery as possible (fadeIn and fadeOut remain)
  • Converts JS to TS
  • Adds unit tests

Merge request reports