d6jg wrote: > https://vuetifyjs.com/themes/parallax-starter/ > > This is fully repsonsive so the code is there
Not sure how that helps. (Probably just my ignorance). I know Vue can be responsive. Its the changing from a router based view to flat view, and not wanting multiple instantiations of the views - e.g. not having 2 copies of the browse page (one for mobile one for desktop). With the vue router you can 'freeze' views, so that when they are not visible they are not running. To do this correctly would mean saving the state, so that it can be restored, etc. I don't currently 'freeze' the views, as the queue needs to keep updating, and the queue page itself asks the browse page to show the 'More info' items. Also if the browse page was frozen, and the player changed, then this would need to be handled, etc. Not impossible, just more work. At present, I'm happy with the way it is. I'll add a UI setting allowing the user to choose the application layout; auto (based upon isMobile check), desktop, or mobile. d6jg wrote: > Did you use a template ? Nope. I found a *very* simple vuetify demo that used a nav-bar and the router, and hacked away from there... ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
