Project

General

Profile

Feature #1296

Option to hide header in Web UI

Added by Mark Clarkstone about 12 years ago. Updated about 12 years ago.

Status:
Fixed
Priority:
Low
Assignee:
Category:
User Interface
Target version:
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

History

#1

Updated by hanza hanza about 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>'
             });

#2

Updated by Adam Sutton about 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

#3

Updated by Adam Sutton about 12 years ago

  • Status changed from Accepted to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:9f07d4f3c96a4d23b64942c5d9435b594f3e42f0.

Also available in: Atom PDF