Skip to content

Refactor StoreUser javascript for webpack

Nick Sellen requested to merge more-webpack into master

What does this MR do?

Refactoring the StoreUser (fsbetrieb) page to use the new webpack style.

It involves adding translation support for the frontend.

I also made it so page css files are not loaded by the backend when using webpack (you must import them from the js files).

How confident are you it won't break things if deployed?

I suspect at least something is broken, but I am not sure I can try out the page any more than I have done already. It seems to work...

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports