Actions
Feature #1296
closedOption to hide header in Web UI
Start date:
2012-10-03
Due date:
% Done:
100%
Estimated time:
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
Updated by hanza hanza over 12 years ago
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>' });
Updated by Adam Sutton over 12 years ago
- 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
Updated by Adam Sutton over 12 years ago
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:9f07d4f3c96a4d23b64942c5d9435b594f3e42f0.
Actions