|
|
|
@ -103,10 +103,25 @@ const Home: React.FC = () => {
|
|
|
|
) : (
|
|
|
|
) : (
|
|
|
|
<IonGrid class="home-grid">
|
|
|
|
<IonGrid class="home-grid">
|
|
|
|
<IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonCol size="12" class="first-step-col">
|
|
|
|
<IonCol size="12" sizeLg="6" class="intro-col">
|
|
|
|
Step 1:
|
|
|
|
<IonRow>
|
|
|
|
|
|
|
|
<IonCol class="intro-header">Watch videos online with friends!</IonCol>
|
|
|
|
|
|
|
|
</IonRow>
|
|
|
|
|
|
|
|
<IonRow>
|
|
|
|
|
|
|
|
<IonCol class="support-col">-- YouTube -- Netflix -- Facebook Watch -- Vimeo -- Streamable</IonCol>
|
|
|
|
|
|
|
|
</IonRow>
|
|
|
|
|
|
|
|
<IonRow>
|
|
|
|
|
|
|
|
<IonCol class="request-col">
|
|
|
|
|
|
|
|
<a href="https://discord.gg/NEw3Msu" target="_blank">
|
|
|
|
|
|
|
|
Request more options
|
|
|
|
|
|
|
|
</a>
|
|
|
|
</IonCol>
|
|
|
|
</IonCol>
|
|
|
|
</IonRow>
|
|
|
|
</IonRow>
|
|
|
|
|
|
|
|
</IonCol>
|
|
|
|
|
|
|
|
<IonCol size="12" sizeLg="6">
|
|
|
|
|
|
|
|
<IonRow>
|
|
|
|
|
|
|
|
<IonCol class="first-step-col">Step 1:</IonCol>
|
|
|
|
|
|
|
|
</IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonCol size="12" class="create-col">
|
|
|
|
<IonCol size="12" class="create-col">
|
|
|
|
<IonButton onClick={createRoom} class="create-room">
|
|
|
|
<IonButton onClick={createRoom} class="create-room">
|
|
|
|
@ -119,7 +134,7 @@ const Home: React.FC = () => {
|
|
|
|
</IonRow>
|
|
|
|
</IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonCol size="12" class="share-col">
|
|
|
|
<IonCol size="12" class="share-col">
|
|
|
|
Share the link with friends!
|
|
|
|
Share the link.
|
|
|
|
</IonCol>
|
|
|
|
</IonCol>
|
|
|
|
</IonRow>
|
|
|
|
</IonRow>
|
|
|
|
<IonRow>
|
|
|
|
<IonRow>
|
|
|
|
@ -151,6 +166,8 @@ const Home: React.FC = () => {
|
|
|
|
{valid ? <></> : showError()}
|
|
|
|
{valid ? <></> : showError()}
|
|
|
|
</IonCol>
|
|
|
|
</IonCol>
|
|
|
|
</IonRow>
|
|
|
|
</IonRow>
|
|
|
|
|
|
|
|
</IonCol>
|
|
|
|
|
|
|
|
</IonRow>
|
|
|
|
</IonGrid>
|
|
|
|
</IonGrid>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</IonContent>
|
|
|
|
</IonContent>
|
|
|
|
|