john-pettigrew / roku-remote

Chrome app that functions as a Roku remote control
MIT License
4 stars 1 forks source link

Save and name Roku devices #8

Open john-pettigrew opened 9 years ago

john-pettigrew commented 9 years ago

Possibly add the ability to save valid Roku devices' IP addresses and name them.

pranav-prakash commented 9 years ago

This could possibly be implemented using a slide-out menu to switch between multiple rokus.

If you wanted to make things more automatic you could try autodiscovering rokus using SSDP but I am not sure how you would go about implementing this in JS.

john-pettigrew commented 9 years ago

I almost want to wait on this one until we find a good replacement for materialize css.

pranav-prakash commented 9 years ago

Good plan. I was experimenting with creating a navbar with both a hamburger menu and tab buttons but doing such seemed nearly impossible with materialize (or maybe its just my poor html/css skills :P).

john-pettigrew commented 9 years ago

Ha, I was having a lot of trouble making a dropdown. If you have any ideas for a different material CSS library, let me know. We may have to wait until the app uses Angular.

pranav-prakash commented 9 years ago

Have you also looked at google's own Polymer framework for webapps?

john-pettigrew commented 9 years ago

Yea, I have been also looking at this: https://material.angularjs.org/#/ What do you think?

pranav-prakash commented 9 years ago

Seems sort of similar to polymer:

If we are going to transition to angular then this seems a good option - it seems to support navbars with tabs + dropdown + hamburger menu a lot better than materialize-css did.