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: update index page listings
author
Steven Vandevelde
date
1 year ago
(May 29, 2025, 1:38 AM +0200)
commit
7bc162e8
7bc162e8e97bd03cef7d451517395aa5ca1114b0
parent
d7bc2d29
d7bc2d29cfe618dfc72a97492da9f577aeb499d0
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
index.astro
+2
-2
src/pages/index.astro
Reviewed
···
36
36
37
37
const input = [
38
38
{ url: "input/native-fs/", title: "Native File System" },
39
39
-
{ url: "input/s3-compatible/", title: "(TODO) S3-Compatible API" },
39
39
+
{ url: "input/s3/", title: "S3-Compatible API" },
40
40
];
41
41
42
42
const orchestrators = [
···
49
49
{ url: "output/indexed-db/", title: "IndexedDB" },
50
50
{ url: "output/native-fs/", title: "Native File System" },
51
51
{ url: "output/todo/", title: "(TODO) Keyhive/Beelay" },
52
52
-
{ url: "output/todo/", title: "(TODO) Some local-first sync engine" },
52
52
+
{ url: "output/todo/", title: "(TODO) Dialog DB" },
53
53
];
54
54
55
55
const processors = [