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
move update time up
tree.fail
4 months ago
f7f4737c
f1b2c6d7
1/1
deploy.yml
success
15s
+6
-5
1 changed file
expand all
collapse all
unified
split
src
App.svelte
+6
-5
src/App.svelte
reviewed
···
299
299
<div class="mt-2">
300
300
<span class="opacity-75">Root:</span> <span class="font-mono text-xs">{ROOT.slice(0)}</span>
301
301
</div>
302
302
+
303
303
+
<div class="mt-6 opacity-50">
304
304
+
Last updated: {formatISO9075(lastUpdated)}
305
305
+
</div>
302
306
</div>
303
307
<hr class="hr my-10" />
304
308
305
309
<BundleDownloader instances={instances} />
306
310
307
307
-
<hr class="hr my-6" />
308
308
-
<div class="mt-2 opacity-50">
309
309
-
<div>
310
310
-
Last updated: {formatISO9075(lastUpdated)}
311
311
-
</div>
311
311
+
<hr class="hr mb-6 mt-12" />
312
312
+
<div class="opacity-50">
312
313
<div class="mt-4">
313
314
Source: <a href="https://tangled.org/@tree.fail/plcbundle-watch">https://tangled.org/@tree.fail/plcbundle-watch</a>
314
315
</div>