plc.madebydanny.uk

Changed files
+4 -1
src
+1 -1
src/App.svelte
··· 33 33 let autoRefreshEnabled = $state(true) 34 34 let instances = $state(instancesData.sort(() => Math.random() - 0.5)) 35 35 36 - const instanceOrderBy = [['_head', 'status.latency'], ['desc', 'asc']] 36 + const instanceOrderBy = [['_head', 'status.bundles.last_bundle', 'status.latency'], ['desc', 'asc']] 37 37 38 38 async function getStatus(instance: Instance) { 39 39 let statusResp: object | undefined;
+3
src/instances.json
··· 12 12 }, 13 13 { 14 14 "url": "https://plc.nyxt.dev" 15 + }, 16 + { 17 + "url": "https://plc.madebydanny.uk" 15 18 } 16 19 ]