Compare changes

Choose any two refs to compare.

Changed files
+14 -5
src
+2 -2
src/App.svelte
··· 362 362 <th>mempool</th> 363 363 <th>age</th> 364 364 <th>head</th> 365 - <th>first</th> 365 + <th>root</th> 366 366 <th>version</th> 367 367 <th>rsv?</th> 368 368 <th>ws?</th> ··· 374 374 {#each orderBy(instances, ...instanceOrderBy) as instance} 375 375 <tr> 376 376 <td><a href={instance.url} target="_blank" class="font-semibold">{instance.url.replace("https://", "")}</a></td> 377 - <td>{#if instance._head && instance.status?.ok}{#if instance._conflict}⚠️{:else}✅{/if}{:else if instance.status?.ok && instance._oldRoot}⚰️{:else if instance.status?.ok}🔄{:else if instance.status?.error}❌{:else}⌛{/if}</td> 377 + <td>{#if instance._head && instance.status?.ok}{#if instance._conflict}⚠️{:else}✅{/if}{:else if instance.status?.ok && instance._oldRoot}🦇{:else if instance.status?.ok}🔄{:else if instance.status?.error}❌{:else}⌛{/if}</td> 378 378 {#if instance.status?.error} 379 379 <td colspan="8" class="opacity-50 text-xs">Error: {instance.status?.error}</td> 380 380 {:else}
+12 -3
src/instances.json
··· 15 15 "maintainer": "@tree.fail" 16 16 }, 17 17 { 18 - "url": "https://plc.j4ck.xyz" 18 + "url": "https://plc.j4ck.xyz", 19 + "country": "UK", 20 + "maintainer": "@j4ck.xyz" 19 21 }, 20 22 { 21 - "url": "https://plc.indexx.dev" 23 + "url": "https://plc.indexx.dev", 24 + "country": "US", 25 + "maintainer": "@indexx.dev" 22 26 }, 23 27 { 24 28 "url": "https://plc.nyxt.dev" 25 29 }, 26 30 { 27 - "url": "https://plc.madebydanny.uk" 31 + "url": "https://plc.madebydanny.uk", 32 + "country": "US", 33 + "maintainer": "@madebydanny.uk" 28 34 }, 29 35 { 30 36 "url": "https://plc.tartarus.us" ··· 38 44 "url": "https://plc.dane.computer", 39 45 "country": "CA", 40 46 "maintainer": "@dane.is.extraordinarily.cool" 47 + }, 48 + { 49 + "url": "https://plc.witchcraft.systems" 41 50 } 42 51 ]