WIP VideoPoster

This commit is contained in:
Gabe Kangas
2022-04-26 13:39:35 -07:00
parent e2e21d915b
commit 15ca73a438
4 changed files with 125 additions and 142 deletions

View File

@@ -60,34 +60,6 @@ function Main() {
</Layout>
</>
);
// return (
// <div>
// <Layout>
// <Header className="header">
// {name}
// <button onClick={toggleChatCollapsed}>Toggle Chat</button>
// </Header>
// <Content>
// <Layout>
// <Row>
// <Col span={24}>Video player goes here</Col>
// </Row>
// <Row>
// <Col span={24}>
// <Content dangerouslySetInnerHTML={{ __html: extraPageContent }} />
// </Col>
// </Row>
// <Sider collapsed={chatCollapsed} width={300}>
// chat
// </Sider>
// </Layout>
// </Content>
// <Footer>Footer: Owncast {version}</Footer>
// </Layout>
// </div>
// );
}
export default Main;