Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: tracks comparable

+1 -1
+1 -1
src/pages/orchestrator/single-queue/_applet.astro
··· 126 126 //////////////////////////////////////////// 127 127 reactive( 128 128 orchestrator.output, 129 - (data) => (data ? comparable(data.tracks) : undefined), 129 + (data) => (data ? comparable(data.tracks.collection) : undefined), 130 130 (hash) => { 131 131 if (hash) fill(orchestrator.output.data.tracks.collection); 132 132 },