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
chore: re-enable input processing
author
Steven Vandevelde
date
11 months ago
(Jul 18, 2025, 5:44 PM +0200)
commit
33597888
33597888eddd228f6e0c82298211e0dde73c9cde
parent
e02cf360
e02cf360f8518f611de5a62d9cabcec34c41a9b6
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
orchestrator
process-tracks
_applet.astro
+1
-1
src/pages/orchestrator/process-tracks/_applet.astro
Reviewed
···
113
113
// 🚀
114
114
////////////////////////////////////////////
115
115
context.settled().then(() => {
116
116
-
// processInputs();
116
116
+
processInputs();
117
117
});
118
118
</script>