Update subscriptions and parallax image
This commit is contained in:
@@ -30,7 +30,7 @@ let set_status = async (action, report_type) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<Expandable expanded={report.status === "pending" && report.reports.length > 2} click_expand>
|
||||
<Expandable expanded={report.status === "pending"} click_expand>
|
||||
<div slot="header" class="header">
|
||||
<div class="icon_cell">
|
||||
<img class="file_icon" src={"/api/file/"+report.file.id+"/thumbnail"} alt="File thumbnail"/>
|
||||
|
@@ -40,6 +40,14 @@ onMount(() => {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="feat_label">
|
||||
Storage space
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
<span class="text_highlight">No storage limit</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="feat_label">
|
||||
Data transfer limit
|
||||
@@ -64,7 +72,8 @@ onMount(() => {
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
<span class="text_highlight">High priority</span>
|
||||
bandwidth for files you download and files on your account
|
||||
bandwidth for files you download and files you share from your
|
||||
account
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@@ -110,17 +119,6 @@ onMount(() => {
|
||||
logging
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="feat_label">
|
||||
Storage space
|
||||
</div>
|
||||
<div class="feat_normal">
|
||||
500 gigabytes
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
<span class="text_highlight">No storage limit</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="feat_label">
|
||||
Online file previews
|
||||
|
@@ -29,13 +29,14 @@ import UploadWidget from "./UploadWidget.svelte";
|
||||
button, or by dragging them onto this page from your file
|
||||
manager.
|
||||
</p>
|
||||
<h2>Accounts</h2>
|
||||
<p>
|
||||
If you uploaded multiple files at once you can also create a
|
||||
list, which is a collection of files with one single link. Like
|
||||
a photo album, a music record or a video compilation. Click the
|
||||
'Create list with uploaded files' button after your uploads are
|
||||
complete. The files will be saved in the order you uploaded
|
||||
them.
|
||||
An account is not required to use pixeldrain, but it enables some useful
|
||||
features. With a pixeldrain account you can access your files and albums
|
||||
on all your devices. You can also rename and delete files you have
|
||||
uploaded. And create and reorder albums you have created. Sign up for a
|
||||
pixeldrain account on <a href="/register">the registration page</a>.
|
||||
More about pixeldrain's features below.
|
||||
</p>
|
||||
</section>
|
||||
<header>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="feat_pro features_cell">
|
||||
<div><span class="text_highlight">20 GB</span> max file size</div>
|
||||
<div><span class="text_highlight">360 days</span> file expiry</div>
|
||||
<div><span class="text_highlight">Files never expire</span></div>
|
||||
<div><span class="text_highlight">4 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">4 TB</span> storage space</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user