Skip to content

Implement page footer in Vue

Chris Oelmueller requested to merge chris-footer-vue into master

What does this MR do?

Reimplement the page footer in Vue.

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

99%. I tested the different possible branches (for example de/at) and in general this should work better than before. But there's a possibility that a page I didn't use while testing has problems embedding the new footer.

Links to related issues

.

How to test

  • open pages that have a footer
  • check all the footer items have the correct text + link-location
  • check the layout works on different resolutions (nothing cut off, overlapping or missing)
  • open pages that don't have a footer (map view)

Screenshots (if applicable)

image

image

image

image

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))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports