Skip to content

Commit 84f472b

Browse files
authored
Merge pull request #3 from lightningrodlabs/add-kando
Add kando
2 parents 72a5e5a + add528c commit 84f472b

File tree

5 files changed

+185
-5
lines changed

5 files changed

+185
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
static
2+
static
3+
.DS_Store

0.13/lists/curations-0.13.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,28 @@
1212
"name": "Default Curation List",
1313
"description": "Default Curation List of Lightningrod Labs",
1414
"tags": [],
15-
"tools": []
15+
"tools": [
16+
{
17+
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
18+
"toolId": "kando",
19+
"versionBranch": "0.12.x",
20+
"tags": [
21+
""
22+
]
23+
},
24+
{
25+
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
26+
"toolId": "gamez",
27+
"versionBranch": "main",
28+
"tags": [
29+
"game",
30+
"board game",
31+
"canvas",
32+
"collaboration",
33+
"play"
34+
]
35+
}
36+
]
1637
}
1738
}
1839
}

0.13/lists/tool-list-0.13.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,70 @@
88
"website": "https://lightningrodlabs.org"
99
}
1010
},
11-
"tools": []
11+
"tools": [
12+
{
13+
"id": "kando",
14+
"versionBranch": "0.12.x",
15+
"title": "KanDo",
16+
"subtitle": "Real-time KanBan boards",
17+
"description": "KanBan board based project-tracking. Features include, commenting, labels, categories, checklists, markdown support, and more.",
18+
"icon": "https://theweave.social/images/kando_icon.png",
19+
"tags": [
20+
"kanban",
21+
"project management"
22+
],
23+
"versions": [
24+
{
25+
"version": "0.12.0-rc.0",
26+
"url": "https://github.com/holochain-apps/kando/releases/download/v0.12.0-rc.0/kando.webhapp",
27+
"hashes": {
28+
"happSha256": "fd3a1781fb480d87117af276e5da0d3daa6e99f14e333480ca90f075eeb6455c",
29+
"webhappSha256": "211aef6e7cbf7031b9688120a834bb120a132f671a0e4fa0d3eb82300f6dc0d4",
30+
"uiSha256": "c8d9990f23be003b9c7671a2b0e41f4dce389629e105e20b5cb82c1ddb1cbebe"
31+
},
32+
"changelog": "Updates for Holochain 0.4 and Moss 0.13",
33+
"releasedAt": 1736019237925
34+
}
35+
]
36+
},
37+
{
38+
"id": "gamez",
39+
"versionBranch": "main",
40+
"title": "Gamez",
41+
"subtitle": "Freeform space to create and play board games together",
42+
"description": "Freeform space to create and play board games together",
43+
"icon": "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/icon.png",
44+
"tags": [
45+
"game",
46+
"board game",
47+
"canvas",
48+
"collaboration",
49+
"play"
50+
],
51+
"versions": [
52+
{
53+
"version": "0.7.8",
54+
"hashes": {
55+
"happSha256": "6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
56+
"webhappSha256": "dfc240caf9721b05138f120d2ffeb9d146f51a2a974c4feb734927200c535b84",
57+
"uiSha256": "1db2d9804278973c72c63be4887d571ce8b414b0778cb69e94694ddb989ad1e2"
58+
},
59+
"url": "https://github.com/holochain-apps/gamez/releases/download/v0.7.8/gamez.webhapp",
60+
"changelog": "\n - Updated flake to latest version\n - Moved Weave initialization outside UI framework, and start the UI only after the window becomes visible\n - Adjust config menu position so it's always fully visible when opened\n - Added the possibility of adding assets to the space that aren't embedded, and added a toggle to show/hide the embed\n - Added some checks to maybe prevent panning from getting stuck\n - Fixed some breaking changes related to calling the Weave API that changed after the last update\n - Added logs for turn, move, join, left and remove elements\n - Added the possibility of getting notifications for different log types\n ",
61+
"releasedAt": 1735674381
62+
},
63+
{
64+
"version": "0.7.7",
65+
"hashes": {
66+
"happSha256": "6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
67+
"webhappSha256": "d75b28807052bbf56d0641a51c63fde6d5f6f80a8efe4c782581473c8de4d4bf",
68+
"uiSha256": "f8fb3e75e7670c41cad9c71700b78d25bc8e996276e878d94d40d8a4cb1892e3"
69+
},
70+
"url": "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/gamez.webhapp",
71+
"changelog": "- Fixed WALs not loading when you first open a space\n- Removed top bar on game space screen\n- Removed ability to join games in library items; allow anyone to edit\n- Adding UX indication that you are editing a library item\n- Replaced hand-rolled tooltip directive with svooltip\n- Hide self view and participants on Weave context\n- Updated to Weave 0.13.0-rc, Holochain 0.4, and Syn 0.400.0-rc.2\n ",
72+
"releasedAt": 1734971274
73+
}
74+
]
75+
}
76+
]
1277
}

0.13/modify/curations-0.13.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,22 @@ export default defineCurationLists({
1414
name: "Default Curation List",
1515
description: "Default Curation List of Lightningrod Labs",
1616
tags: [],
17-
tools: [],
17+
tools: [
18+
{
19+
toolListUrl:
20+
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
21+
toolId: "kando",
22+
versionBranch: "0.12.x",
23+
tags: [""],
24+
},
25+
{
26+
toolListUrl:
27+
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
28+
toolId: "gamez",
29+
versionBranch: "main",
30+
tags: ["game", "board game", "canvas", "collaboration", "play"],
31+
},
32+
],
1833
},
1934
},
2035
});

0.13/modify/tool-list-0.13.ts

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,83 @@ export default defineDevCollectiveToolList({
1010
website: "https://lightningrodlabs.org",
1111
},
1212
},
13-
tools: [],
13+
tools: [
14+
{
15+
id: "kando",
16+
versionBranch: "0.12.x",
17+
title: "KanDo",
18+
subtitle: "Real-time KanBan boards",
19+
description: "KanBan board based project-tracking. Features include, commenting, labels, categories, checklists, markdown support, and more.",
20+
icon: "https://theweave.social/images/kando_icon.png",
21+
tags: ["kanban", "project management"],
22+
versions: [
23+
{
24+
version: "0.12.0-rc.0",
25+
url: "https://github.com/holochain-apps/kando/releases/download/v0.12.0-rc.0/kando.webhapp",
26+
hashes: {
27+
"happSha256": "fd3a1781fb480d87117af276e5da0d3daa6e99f14e333480ca90f075eeb6455c",
28+
"webhappSha256": "211aef6e7cbf7031b9688120a834bb120a132f671a0e4fa0d3eb82300f6dc0d4",
29+
"uiSha256": "c8d9990f23be003b9c7671a2b0e41f4dce389629e105e20b5cb82c1ddb1cbebe"
30+
},
31+
changelog: "Updates for Holochain 0.4 and Moss 0.13",
32+
releasedAt: 1736019237925,
33+
},
34+
],
35+
},
36+
{
37+
id: "gamez",
38+
versionBranch: "main",
39+
title: "Gamez",
40+
subtitle: "Freeform space to create and play board games together",
41+
description: "Freeform space to create and play board games together",
42+
icon: "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/icon.png",
43+
tags: ["game", "board game", "canvas", "collaboration", "play"],
44+
versions: [
45+
{
46+
version: "0.7.8",
47+
hashes: {
48+
happSha256:
49+
"6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
50+
webhappSha256:
51+
"dfc240caf9721b05138f120d2ffeb9d146f51a2a974c4feb734927200c535b84",
52+
uiSha256:
53+
"1db2d9804278973c72c63be4887d571ce8b414b0778cb69e94694ddb989ad1e2",
54+
},
55+
url: "https://github.com/holochain-apps/gamez/releases/download/v0.7.8/gamez.webhapp",
56+
changelog: `
57+
- Updated flake to latest version
58+
- Moved Weave initialization outside UI framework, and start the UI only after the window becomes visible
59+
- Adjust config menu position so it's always fully visible when opened
60+
- Added the possibility of adding assets to the space that aren't embedded, and added a toggle to show/hide the embed
61+
- Added some checks to maybe prevent panning from getting stuck
62+
- Fixed some breaking changes related to calling the Weave API that changed after the last update
63+
- Added logs for turn, move, join, left and remove elements
64+
- Added the possibility of getting notifications for different log types
65+
`,
66+
releasedAt: 1735674381,
67+
},
68+
{
69+
version: "0.7.7",
70+
hashes: {
71+
happSha256:
72+
"6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
73+
webhappSha256:
74+
"d75b28807052bbf56d0641a51c63fde6d5f6f80a8efe4c782581473c8de4d4bf",
75+
uiSha256:
76+
"f8fb3e75e7670c41cad9c71700b78d25bc8e996276e878d94d40d8a4cb1892e3",
77+
},
78+
url: "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/gamez.webhapp",
79+
changelog: `- Fixed WALs not loading when you first open a space
80+
- Removed top bar on game space screen
81+
- Removed ability to join games in library items; allow anyone to edit
82+
- Adding UX indication that you are editing a library item
83+
- Replaced hand-rolled tooltip directive with svooltip
84+
- Hide self view and participants on Weave context
85+
- Updated to Weave 0.13.0-rc, Holochain 0.4, and Syn 0.400.0-rc.2
86+
`,
87+
releasedAt: 1734971274,
88+
},
89+
],
90+
},
91+
],
1492
});

0 commit comments

Comments
 (0)