Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sweet #9

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 0.13/lists/curations-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@
"collaboration",
"play"
]
},
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "sweet",
"versionBranch": "main",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LeosPrograms the versionBranch here was wrong, that's why it didn't show up.

"tags": [
"collaboration",
"spreadsheet",
"table",
"data",
"document",
"office"
]
}
]
}
Expand Down
29 changes: 29 additions & 0 deletions 0.13/lists/tool-list-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,35 @@
"releasedAt": 1734971274
}
]
},
{
"id": "sweet",
"versionBranch": "feature/OT-0.4",
"title": "Sweet",
"subtitle": "Real-time spreadsheets and documents",
"description": "Sweet includes real-time collaborative spreadsheets and documents.",
"icon": "https://raw.githubusercontent.com/lightningrodlabs/sweet/refs/heads/feature/OT-0.4/ui/icon.png",
"tags": [
"collaboration",
"spreadsheet",
"table",
"data",
"document",
"office"
],
"versions": [
{
"version": "0.10.4",
"url": "https://github.com/lightningrodlabs/sweet/releases/download/0.10.4/calcy.webhapp",
"hashes": {
"happSha256": "16113b9ece15e1cf794e5f24409162a24dcdb3c18e10af6a64c2d16e56b339e9",
"webhappSha256": "496b0567cabe44694af6f648ea99fcc90319722909a1e5555d46668c4aed7984",
"uiSha256": "30db0bb19775630f8acf6c7584c84e9de307a79c9a721dedd73e7566065e6812"
},
"changelog": "",
"releasedAt": 1736866346798
}
]
}
]
}
7 changes: 7 additions & 0 deletions 0.13/modify/curations-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export default defineCurationLists({
versionBranch: "main",
tags: ["game", "board game", "canvas", "collaboration", "play"],
},
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
toolId: "sweet",
versionBranch: "main",
tags: ["collaboration", "spreadsheet", "table", "data", "document", "office"],
},
],
},
},
Expand Down
22 changes: 22 additions & 0 deletions 0.13/modify/tool-list-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,27 @@ export default defineDevCollectiveToolList({
},
],
},
{
id: "sweet",
versionBranch: "feature/OT-0.4",
title: "Sweet",
subtitle: "Real-time spreadsheets and documents",
description: "Sweet includes real-time collaborative spreadsheets and documents.",
icon: "https://raw.githubusercontent.com/lightningrodlabs/sweet/refs/heads/feature/OT-0.4/ui/icon.png",
tags: ["collaboration", "spreadsheet", "table", "data", "document", "office"],
versions: [
{
version: "0.10.4",
url: "https://github.com/lightningrodlabs/sweet/releases/download/0.10.4/calcy.webhapp",
hashes: {
"happSha256": "16113b9ece15e1cf794e5f24409162a24dcdb3c18e10af6a64c2d16e56b339e9",
"webhappSha256": "496b0567cabe44694af6f648ea99fcc90319722909a1e5555d46668c4aed7984",
"uiSha256": "30db0bb19775630f8acf6c7584c84e9de307a79c9a721dedd73e7566065e6812"
},
changelog: "",
releasedAt: 1736866346798,
},
],
},
],
});
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.