Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2025-05-13 00:58:31 +10:00
244 changed files with 7969 additions and 5013 deletions
@@ -64,7 +64,7 @@ export default function Buttons({ item }: { item: Script }) {
icon: <Code className="h-4 w-4" />,
text: "Install Source",
},
updateSourceUrl && {
updateSourceUrl && item.updateable && {
href: updateSourceUrl,
icon: <RefreshCcw className="h-4 w-4" />,
text: "Update Source",