Skip to content

🍰 [Bugfix] Fix filter menu and refactor default layout

Hannes Heine requested to merge pr1233head into pr1233base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


@mattwr18 Regarding the default layout: state is the root of all evil.

Regarding the filter menu: The latest bugs make me confident to say: Avoid Vuex for caching objects of the backend, that's apollo's job. Instead you can use it for a thing like the filter object. But try to utilize the automatic update features.

🍰 Pullrequest

Issues

Todo

  • None

Merge request reports