Skip to content

feat(webapp): refactor notification page

Hannes Heine requested to merge 6016-feature-refactor-notification-page into master

Created by: maeckes-infinitylabs

🍰 Pullrequest

Refactors the notification page to add better visibility for mobile devices. It now uses a mixture of CSS Grid and Flex to have a responsive table for desktop views. For mobile devices it breaks the table down in notification-row items for a better overview.

Issues

Todo

  • Update vue component test

Merge request reports