KevinMidboe / seasoned

seasoned 🌶 | Vue.js webUI for requesting new Movies and TV Shows
https://request.movie
MIT License
1 stars 0 forks source link

Separate route for movie info #22

Open KevinMidboe opened 5 years ago

KevinMidboe commented 5 years ago

The popover is great, but it is implemented in a old way. We have a component that only acts on function calls to our eventhub where it should go through the state manager now that vuex has been implemented.

Another problem is that we do not have a destinct path for a movie item. This makes navigation on mobile a bit cumbersome.

KevinMidboe commented 5 years ago

Think the best solution would be to make a separate route that is both able to display movieinfo directly, but also still be able to popover content when on a list- or home page.