alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Experiment to rebuild Diffuse using web applets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: tracks comparable
author
Steven Vandevelde
date
1 year ago
(May 30, 2025, 1:29 PM +0200)
commit
730b63b0
730b63b099f21780caed86b9c4f3ee8a89e39959
parent
ad14fec8
ad14fec83f4a1033315f5bcaa98f36aebcc5d8f6
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
orchestrator
single-queue
_applet.astro
+1
-1
src/pages/orchestrator/single-queue/_applet.astro
Reviewed
···
126
126
////////////////////////////////////////////
127
127
reactive(
128
128
orchestrator.output,
129
129
-
(data) => (data ? comparable(data.tracks) : undefined),
129
129
+
(data) => (data ? comparable(data.tracks.collection) : undefined),
130
130
(hash) => {
131
131
if (hash) fill(orchestrator.output.data.tracks.collection);
132
132
},