🍰 [Bugfix] Fix filter menu and refactor default layout
Created by: Tirokk
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
- fix #1231 (closed)
- fix #253 (closed)
Todo
-
None