Rename FNX to Nova
This commit is contained in:
@@ -3,6 +3,7 @@ import { get_endpoint, get_user, type User } from "lib/PixeldrainAPI";
|
||||
import { onMount } from "svelte";
|
||||
import HotlinkProgressBar from "user_home/HotlinkProgressBar.svelte";
|
||||
import StorageProgressBar from "user_home/StorageProgressBar.svelte";
|
||||
import { formatThousands } from "util/Formatting";
|
||||
|
||||
let transfer_cap = $state(0)
|
||||
let transfer_used = $state(0)
|
||||
@@ -53,6 +54,9 @@ onMount(async () => {
|
||||
<StorageProgressBar used={user.storage_space_used} total={storage_limit}/>
|
||||
<br/>
|
||||
|
||||
File count: {formatThousands(user.filesystem_node_count)}
|
||||
<br/><br/>
|
||||
|
||||
Egress used (30 days):
|
||||
(<a href="/user/sharing/bandwidth">set custom limit</a>)
|
||||
<HotlinkProgressBar used={transfer_used} total={transfer_cap}></HotlinkProgressBar>
|
||||
|
||||
Reference in New Issue
Block a user