plc.madebydanny.uk

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