mackstann / htpicker

A simple home theater frontend
http://incise.org/htpicker.html
Other
11 stars 2 forks source link

Finish up options menu #8

Closed mackstann closed 14 years ago

mackstann commented 14 years ago

I've created an options menu. Currently it houses a fullscreen toggle and an exit function. You can access it by hitting the right arrow, and close it by hitting the left arrow.

It needs a few more things done, though:

iem commented 14 years ago

I've just tried out the options menu on my regular computer and it works great! Both toggling fullscreen and exiting. I will install the latest version of the application on our HTPC tonight and try it out. Until now, the application has been working flawlessly.

Thanks!

mackstann commented 14 years ago

Excellent!

mackstann commented 14 years ago

Scrolling issue fixed in commit 6c38e9d by using position:fixed instead of position:absolute in CSS.

mackstann commented 14 years ago

Joystick support in commit eac8129

mackstann commented 14 years ago

Remote support in commit e56a329

mackstann commented 14 years ago

Everything in this ticket worth doing is now done.