Skip to content

Commit

Permalink
text and chat support link
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 22, 2024
1 parent a57eb31 commit e25f0c7
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/pages/create/channel/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,21 @@ export default function PageNewChannelImport({dbSession: {radio4000ApiUrl, sessi

return (
<>
<p>Radio channel <strong>migration</strong> from <a href="https://v1.radio4000.com">v1.radio4000.com</a> to <a href="https://radio4000.com">v2.radio4000.com</a></p>
<p>Radio <strong>channel migration</strong> from <a href="https://v1.radio4000.com">v1.radio4000.com</a> to <a href="https://radio4000.com">v2.radio4000.com</a> (<a href="https://matrix.to/#/#radio4000:matrix.org">chat support</a>)</p>
<ol>
<li>
Requires 2 existing accounts: a v1 and a v2 account
Log in both accounts, version 1 and 2 (old and new).
</li>
<li>
Log in v1 and v2 accounts
</li>
<li>
Click "import", wait a few seconds, visit your new radio page!
</li>
<li>
After migration, log out the 2 account here, and optionally delete your v1 account.
Click "import", visit your new radio page!
</li>
</ol>

{/* LOGIN STUFF */}

<r4-migration>
<r4-migration-step>
<h3>Login <u>v1</u> account</h3>
<h3>Login <mark>v1</mark> account</h3>
{sessionFirebase?.email ? (
<p>
{sessionFirebase.email}{' '}
Expand All @@ -111,7 +105,7 @@ export default function PageNewChannelImport({dbSession: {radio4000ApiUrl, sessi
</r4-migration-step>

<r4-migration-step>
<h3>Login <u>v2</u> account</h3>
<h3>Login <mark>v2</mark> account</h3>
{session?.user?.email ? (
<p>
{session?.user.email} <Link to="/logout">Log out</Link>
Expand Down

0 comments on commit e25f0c7

Please sign in to comment.