mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
edit side nav so viewers is not in a section
This commit is contained in:
parent
3cd552cba8
commit
f691678105
2 changed files with 5 additions and 16 deletions
|
@ -99,20 +99,13 @@ export default function MainLayout(props) {
|
||||||
<Link href="/">Home</Link>
|
<Link href="/">Home</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
||||||
<SubMenu
|
<Menu.Item
|
||||||
key="current-stream-menu"
|
key="viewer-info"
|
||||||
icon={<LineChartOutlined />}
|
icon={<LineChartOutlined />}
|
||||||
title="Current stream"
|
title="Current stream"
|
||||||
>
|
>
|
||||||
<Menu.Item key="viewer-info">
|
<Link href="/viewer-info">Viewers</Link>
|
||||||
<Link href="/viewer-info">Viewers</Link>
|
</Menu.Item>
|
||||||
</Menu.Item>
|
|
||||||
{/* {online ? (
|
|
||||||
<Menu.Item key="disconnect-stream" icon={<CloseCircleOutlined />}>
|
|
||||||
<Link href="/disconnect-stream">Disconnect Stream...</Link>
|
|
||||||
</Menu.Item>
|
|
||||||
) : null} */}
|
|
||||||
</SubMenu>
|
|
||||||
|
|
||||||
<SubMenu
|
<SubMenu
|
||||||
key="configuration"
|
key="configuration"
|
||||||
|
|
|
@ -8,14 +8,10 @@ Will display an overview with the following datasources:
|
||||||
TODO: Link each overview value to the sub-page that focuses on it.
|
TODO: Link each overview value to the sub-page that focuses on it.
|
||||||
|
|
||||||
GW: to do:
|
GW: to do:
|
||||||
- fix side nav on long pages
|
|
||||||
- Hardware + Viewer count views- top 3 boxes - restyle
|
- Hardware + Viewer count views- top 3 boxes - restyle
|
||||||
- "Current stream" - rename to "latest" stream?
|
|
||||||
- Home - more box shadoe?
|
- Home - more box shadoe?
|
||||||
- "Viewers" section - not "current viewers"
|
|
||||||
- maybe not have "current stream" nav section
|
- maybe not have "current stream" nav section
|
||||||
- put viewers table info on Home
|
- maybe make outbound/inbound smaller (since it's fixed info for current stream)
|
||||||
- maybe make outbound/inbound smaller (since it's fixed info for current stream)
|
|
||||||
- reformat "Inbound Video Stream" section.
|
- reformat "Inbound Video Stream" section.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue