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
Commits
Author
Commit
Message
Date
Steven Vandevelde
77703a54
feat: export data on output configurator
1y ago
Steven Vandevelde
2c830d51
fix: output configuration
1y ago
Steven Vandevelde
1573c9b0
feat: redesign output system
1y ago
Steven Vandevelde
6dc1dd8e
feat: use broadcast channel to have applets talk to each other instead of providing context
1y ago
Steven Vandevelde
730b63b0
fix: tracks comparable
1y ago
Steven Vandevelde
ad14fec8
feat: include expire timestamp in uri resolving result
1y ago
Steven Vandevelde
d04bdb9a
chore: deploy to netlify
1y ago
Steven Vandevelde
3b4444cb
fix: pilot theme + buckets loading from idb
1y ago
Steven Vandevelde
cbb0124c
chore: better logs
1y ago
Steven Vandevelde
75b60101
feat: introduce automerge + remove orchestrator dependency in s3 input applet
1y ago
Steven Vandevelde
45b46deb
chore: allow passing streams to the metadata processor (not sure this actually works)
1y ago
Steven Vandevelde
3a5bbeaa
fix: use different method to process blob metadata
1y ago
Steven Vandevelde
8cd9cb20
fix: add missing 98.css dependency
1y ago
Steven Vandevelde
7bc162e8
chore: update index page listings
1y ago
Steven Vandevelde
d7bc2d29
feat: reuse cached tracks when possible
1y ago
Steven Vandevelde
ac4d6f4f
feat: improve metadata processing, don't download the entire track
1y ago
Steven Vandevelde
8151d3df
chore: show s3 input on configurator ui
1y ago
Steven Vandevelde
002824c7
feat: add s3 input
1y ago
Steven Vandevelde
0bb662e7
chore: manifest actions + s3 prep
1y ago
Steven Vandevelde
84b4091d
chore: only wait for applets data.ready for applets with nested applets
1y ago
Steven Vandevelde
1956fa35
chore: update index page
1y ago
Steven Vandevelde
1a9fbb37
fix: output loading
1y ago
Steven Vandevelde
b94f83b4
feat: hook up orchestrators to webamp
1y ago
Steven Vandevelde
56600d6e
feat: input-cache orchestrator
1y ago
Steven Vandevelde
a4408735
fix: non-supported devices fix for native fs input
1y ago
Steven Vandevelde
3102cfff
chore: clean up
1y ago
Steven Vandevelde
7fde06fa
feat: input configurator
1y ago
Steven Vandevelde
310b4310
feat: dark mode index page
1y ago
Steven Vandevelde
eb1932aa
feat: webamp theme + native fs input ui
1y ago
Steven Vandevelde
c2bb6b6f
fix: input/native-fs uri improvements
1y ago
Steven Vandevelde
a6a05716
chore: install web applets sdk using gitpkg
1y ago
Steven Vandevelde
dce286fa
feat: improve native-fs input
1y ago
Steven Vandevelde
13086355
feat: initial work for native-fs input
1y ago
Steven Vandevelde
e87d2ceb
fix: types in dist build
1y ago
Steven Vandevelde
39a45257
feat: reorg & add new concepts
1y ago
Steven Vandevelde
0527e97f
chore: fix build system
1y ago
Steven Vandevelde
4b9658e0
chore: Update spellcaster
1y ago
Steven Vandevelde
b691a6c8
chore: adapt to spellcaster changes
1y ago
Steven Vandevelde
2a572d2c
feat: Allow custom applet in output storage configurator
1y ago
Steven Vandevelde
236024fc
feat: Initial output storages and improved storage configurator
1y ago
Steven Vandevelde
88d316fa
feat: Basics for storage configurator
1y ago
Steven Vandevelde
3e1e1e6a
chore: 🧹
1y ago
Steven Vandevelde
f76fee2b
refactor: orchestrator/storage → storage/output/memory
1y ago
Steven Vandevelde
151088ab
chore: Update index page
1y ago
Steven Vandevelde
d5fbbbb7
feat: Orchestrators
1y ago
Steven Vandevelde
5e5361bc
feat: Add & integrate storage/centre applet
1y ago
Steven Vandevelde
d31a9bd5
fix: Import types paths
1y ago
Steven Vandevelde
1d0a57e4
feat: Task to copy types to dist
1y ago
Steven Vandevelde
2e9658e9
feat: More applet categories
1y ago
Steven Vandevelde
400eccf3
fix: Better title for homepage
1y ago
Steven Vandevelde
4332f361
chore: Add queue to engines list
1y ago
Steven Vandevelde
30bf24dd
feat: Add a simple queue
1y ago
Steven Vandevelde
bdf0ddfe
refactor: Move utility functions out of theme
1y ago
Steven Vandevelde
2ffce82c
fix: Audio engine loading state
1y ago
Steven Vandevelde
5b880ae1
feat: Some usability improvements to the audio engine applet
1y ago
Steven Vandevelde
91f86ac8
feat: Implement a full-fledged audio engine
1y ago
Steven Vandevelde
7c8b431f
feat: Fade in audio UI
1y ago
Steven Vandevelde
e81c0df1
fix: No audio engine controls
1y ago
Steven Vandevelde
39eb401a
fix: Apparently this behaves totally different on HTTPS 🤷♂️
1y ago
Steven Vandevelde
e4e7e07e
feat: Audio UI styling and various fixes
1y ago
feat: export data on output configurator
77703a54
Steven Vandevelde
1y
fix: output configuration
2c830d51
Steven Vandevelde
1y
feat: redesign output system
1573c9b0
Steven Vandevelde
1y
feat: use broadcast channel to have applets talk to each other instead of providing context
6dc1dd8e
Steven Vandevelde
1y
fix: tracks comparable
730b63b0
Steven Vandevelde
1y
feat: include expire timestamp in uri resolving result
ad14fec8
Steven Vandevelde
1y
chore: deploy to netlify
d04bdb9a
Steven Vandevelde
1y
fix: pilot theme + buckets loading from idb
3b4444cb
Steven Vandevelde
1y
chore: better logs
cbb0124c
Steven Vandevelde
1y
feat: introduce automerge + remove orchestrator dependency in s3 input applet
75b60101
Steven Vandevelde
1y
chore: allow passing streams to the metadata processor (not sure this actually works)
45b46deb
Steven Vandevelde
1y
fix: use different method to process blob metadata
3a5bbeaa
Steven Vandevelde
1y
fix: add missing 98.css dependency
8cd9cb20
Steven Vandevelde
1y
chore: update index page listings
7bc162e8
Steven Vandevelde
1y
feat: reuse cached tracks when possible
d7bc2d29
Steven Vandevelde
1y
feat: improve metadata processing, don't download the entire track
ac4d6f4f
Steven Vandevelde
1y
chore: show s3 input on configurator ui
8151d3df
Steven Vandevelde
1y
feat: add s3 input
002824c7
Steven Vandevelde
1y
chore: manifest actions + s3 prep
0bb662e7
Steven Vandevelde
1y
chore: only wait for applets data.ready for applets with nested applets
84b4091d
Steven Vandevelde
1y
chore: update index page
1956fa35
Steven Vandevelde
1y
fix: output loading
1a9fbb37
Steven Vandevelde
1y
feat: hook up orchestrators to webamp
b94f83b4
Steven Vandevelde
1y
feat: input-cache orchestrator
56600d6e
Steven Vandevelde
1y
fix: non-supported devices fix for native fs input
a4408735
Steven Vandevelde
1y
chore: clean up
3102cfff
Steven Vandevelde
1y
feat: input configurator
7fde06fa
Steven Vandevelde
1y
feat: dark mode index page
310b4310
Steven Vandevelde
1y
feat: webamp theme + native fs input ui
eb1932aa
Steven Vandevelde
1y
fix: input/native-fs uri improvements
c2bb6b6f
Steven Vandevelde
1y
chore: install web applets sdk using gitpkg
a6a05716
Steven Vandevelde
1y
feat: improve native-fs input
dce286fa
Steven Vandevelde
1y
feat: initial work for native-fs input
13086355
Steven Vandevelde
1y
fix: types in dist build
e87d2ceb
Steven Vandevelde
1y
feat: reorg & add new concepts
39a45257
Steven Vandevelde
1y
chore: fix build system
0527e97f
Steven Vandevelde
1y
chore: Update spellcaster
4b9658e0
Steven Vandevelde
1y
chore: adapt to spellcaster changes
b691a6c8
Steven Vandevelde
1y
feat: Allow custom applet in output storage configurator
2a572d2c
Steven Vandevelde
1y
feat: Initial output storages and improved storage configurator
236024fc
Steven Vandevelde
1y
feat: Basics for storage configurator
88d316fa
Steven Vandevelde
1y
chore: 🧹
3e1e1e6a
Steven Vandevelde
1y
refactor: orchestrator/storage → storage/output/memory
f76fee2b
Steven Vandevelde
1y
chore: Update index page
151088ab
Steven Vandevelde
1y
feat: Orchestrators
d5fbbbb7
Steven Vandevelde
1y
feat: Add & integrate storage/centre applet
5e5361bc
Steven Vandevelde
1y
fix: Import types paths
d31a9bd5
Steven Vandevelde
1y
feat: Task to copy types to dist
1d0a57e4
Steven Vandevelde
1y
feat: More applet categories
2e9658e9
Steven Vandevelde
1y
fix: Better title for homepage
400eccf3
Steven Vandevelde
1y
chore: Add queue to engines list
4332f361
Steven Vandevelde
1y
feat: Add a simple queue
30bf24dd
Steven Vandevelde
1y
refactor: Move utility functions out of theme
bdf0ddfe
Steven Vandevelde
1y
fix: Audio engine loading state
2ffce82c
Steven Vandevelde
1y
feat: Some usability improvements to the audio engine applet
5b880ae1
Steven Vandevelde
1y
feat: Implement a full-fledged audio engine
91f86ac8
Steven Vandevelde
1y
feat: Fade in audio UI
7c8b431f
Steven Vandevelde
1y
fix: No audio engine controls
e81c0df1
Steven Vandevelde
1y
fix: Apparently this behaves totally different on HTTPS 🤷♂️
39eb401a
Steven Vandevelde
1y
feat: Audio UI styling and various fixes
e4e7e07e
Steven Vandevelde
1y
Next