Make filesystem list view columns sortable

This commit is contained in:
2025-04-02 15:12:38 +02:00
parent 1d72179672
commit 4b297fec46
11 changed files with 106 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
<script>
import { flip } from "svelte/animate";
import { formatDataVolume } from "util/Formatting";
import SortButton from "./SortButton.svelte";
import SortButton from "layout/SortButton.svelte";
export let peers = [];
$: update_peers(peers)