Closed karatakis closed 2 years ago
It is just the UI, we can wire the settings to a global store, so every component can access the settings.
Yeah it's a good first aproach and yes we will put the settings in a store, you can go ahead if you like, but I was thinking in a whole page for setings instead of a popup, can you make a complete page and display it when the button is clicked?¿
I can work on that tommorow, and I will try to create a Vuex store along with it
ok, thanks 😸
I will use vue-router to implement the transition to different pages, is there any way to perform routing in electron ?
After I added the vue-router, The electron hot reloading makes the application not to render correctly. I don't know what I messed up :cry: It shows perfectly the dom nodes, but the screen is white.
Really, it is so weird. Do you have any other instanceof torrent player running?
Are you still working on this? @karatakis
I am working this during weekends. Are you planing to use Vue-router in the future ?
Yes, I was looking and vue-router seems to be what we need. 😀