ui: remove top header, move CPU/RAM/disk + clock into the footer
Header bar dropped from all pages; brand, system stats (#sys-stats) and clock (#clock) now live in the 22px footer next to the version. .layout fills the full height minus the footer. ensureFooter runs before startClock/refreshStats so the moved elements exist when populated. VERSION 0.0.136. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,13 +7,6 @@
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body data-page="archive">
|
||||
<header>
|
||||
<div class="brand">CoRE<span>.Vision</span></div>
|
||||
<div class="spacer"></div>
|
||||
<div class="stats" id="sys-stats"></div>
|
||||
<div class="clock" id="clock"></div>
|
||||
</header>
|
||||
|
||||
<div class="layout">
|
||||
<aside>
|
||||
<a class="nav-item" href="/" data-nav="live"><span class="ico">▦</span>Live view</a>
|
||||
|
||||
Reference in New Issue
Block a user