Add menu button to filesystem
This commit is contained in:
@@ -29,21 +29,28 @@ onMount(() => {
|
||||
|
||||
|
||||
{#if patreon_result !== ""}
|
||||
{#if patreon_result === "error"}
|
||||
<div class="highlight_red">
|
||||
An error occurred while linking Patreon subscription. Please try
|
||||
again later.
|
||||
{#if patreon_error === "patreon_authentication_denied"}
|
||||
<div class="highlight_yellow">
|
||||
Please press "Allow" when asked if pixeldrain can access your
|
||||
profile.
|
||||
</div>
|
||||
{:else if patreon_result === "error"}
|
||||
<div class="highlight_red">
|
||||
<p>
|
||||
An error occurred while linking Patreon subscription. Please try
|
||||
again later.
|
||||
</p>
|
||||
<p>
|
||||
If it has been more than 30 minutes, your payment is complete and
|
||||
the upgrade still fails please contact me on Patreon or through
|
||||
e-mail at support@pixeldrain.com.
|
||||
<p/>
|
||||
<p>
|
||||
When contacting support please provide the following information:<br/>
|
||||
Server response: {patreon_message}<br/>
|
||||
Server error code: {patreon_error}
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
If it has been more than 30 minutes, your payment is complete and
|
||||
the upgrade still fails please contact me on Patreon or through
|
||||
e-mail at support@pixeldrain.com.
|
||||
<p/>
|
||||
<p>
|
||||
When contacting support please provide the following information:<br/>
|
||||
Server response: {patreon_message}<br/>
|
||||
Server error code: {patreon_error}
|
||||
</p>
|
||||
{:else if patreon_result === "pledge_not_found"}
|
||||
<div class="highlight_yellow">
|
||||
<p>
|
||||
|
@@ -128,9 +128,10 @@ onMount(() => {
|
||||
</p>
|
||||
<ul>
|
||||
<li>€4 per month</li>
|
||||
<li>2 TB storage limit (higher plans available)</li>
|
||||
<li>No storage limit for file sharing</li>
|
||||
<li>4 TB transfer limit (higher plans available)</li>
|
||||
<li>Access to the <a href="/filesystem">filesystem</a></li>
|
||||
<li>2 TB filesytem storage limit (higher plans available)</li>
|
||||
<li>File expire after 240 days for Pro, and never on the other plans</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user