tangled
alpha
login
or
join now
tree.fail
/
plcbundle-watch
9
fork
atom
this repo has no description
plcbundle-watch.pages.dev
9
fork
atom
overview
issues
pulls
1
pipelines
plc.madebydanny.uk
tree.fail
4 months ago
69ea997d
59a0b15f
1/1
deploy.yml
success
14s
+4
-1
2 changed files
expand all
collapse all
unified
split
src
App.svelte
instances.json
+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
36
-
const instanceOrderBy = [['_head', 'status.latency'], ['desc', 'asc']]
36
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
15
+
},
16
16
+
{
17
17
+
"url": "https://plc.madebydanny.uk"
15
18
}
16
19
]