Feature #1296
closed
Option to hide header in Web UI
Added by Mark Clarkstone over 12 years ago.
Updated over 12 years ago.
Description
Would it be at all possible to offer a config option to hide the top header of the Web UI?
Those that want to keep it should be able to do so & those that don't want it should be able to hide it.
The best of both worlds! :D
im hiding top header as im using small screen laptop and want to save space
at src/webui/static/app/tvheadend.js
@@ -299,6 +299,7 @@
boxMaxHeight : 45,
boxMinHeight : 45,
border: false,
+ hidden: true,
html: '<div id="header"><h1>Tvheadend Web-Panel</h1></div>'
});
- Status changed from New to Accepted
- Assignee changed from Hein Rigolo to Adam Sutton
- Target version set to 3.2
I'm planning to remove the top banner for now, I think enough people (myself included) have expressed concerns about it.
We'll look at making it optional in a later release.
Adam
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:9f07d4f3c96a4d23b64942c5d9435b594f3e42f0.
Also available in: Atom
PDF