diff --git a/.changeset/dry-schools-breathe.md b/.changeset/dry-schools-breathe.md new file mode 100644 index 000000000..23194337a --- /dev/null +++ b/.changeset/dry-schools-breathe.md @@ -0,0 +1,5 @@ +--- +'website': minor +--- + +Fixed the Sia-UI download links. diff --git a/.changeset/empty-boats-occur.md b/.changeset/empty-boats-occur.md new file mode 100644 index 000000000..b8340016c --- /dev/null +++ b/.changeset/empty-boats-occur.md @@ -0,0 +1,5 @@ +--- +'website': minor +--- + +Removed the beta badge for the walletd daemon. diff --git a/.changeset/quiet-numbers-tie.md b/.changeset/quiet-numbers-tie.md new file mode 100644 index 000000000..7de2b2f41 --- /dev/null +++ b/.changeset/quiet-numbers-tie.md @@ -0,0 +1,5 @@ +--- +'website': minor +--- + +Removed siad from the website. diff --git a/apps/website/components/CalloutWalletd.tsx b/apps/website/components/CalloutWalletd.tsx index c4998d186..1d00e9082 100644 --- a/apps/website/components/CalloutWalletd.tsx +++ b/apps/website/components/CalloutWalletd.tsx @@ -9,7 +9,6 @@ export function CalloutWalletd() { description={ 'walletd is the flagship Sia wallet, suitable for miners, exchanges, and everyday hodlers. Its client-server architecture gives you the flexibility to access your funds from anywhere, on any device, without compromising the security of your private keys.' } - status="beta" daemon="walletd" href={routes.software.walletd} image={getAssetUrl('assets/walletd/send.png')} diff --git a/apps/website/components/SoftwareSectionCurrentGen.tsx b/apps/website/components/SoftwareSectionCurrentGen.tsx index 342d40204..5dd3fb0a6 100644 --- a/apps/website/components/SoftwareSectionCurrentGen.tsx +++ b/apps/website/components/SoftwareSectionCurrentGen.tsx @@ -1,91 +1,36 @@ -/* eslint-disable react/no-unescaped-entities */ import { webLinks } from '@siafoundation/design-system' import { patterns } from '../content/assets' import { SoftwareSection } from './SoftwareSection' -export type Versions = { - sia: { - latest: string - } -} - -type Props = { - versions: Versions -} - -export function SoftwareSectionCurrentGen({ versions }: Props) { +export function SoftwareSectionSiaUI() { return ( - <> - - Built for technical users comfortable with command line interfaces. - - } - sourceLink={webLinks.github.siad} - docsLink={webLinks.docs.siad} - version={versions.sia.latest} - background={patterns.light} - links={[ - { - title: 'Windows', - link: `${webLinks.website.index}/releases/siad/Sia-v${versions.sia.latest}-windows-amd64.zip`, - newTab: true, - }, - { - title: 'MacOS', - link: `${webLinks.website.index}/releases/siad/Sia-v${versions.sia.latest}-darwin-amd64.zip`, - newTab: true, - }, - { - title: 'Linux', - link: `${webLinks.website.index}/releases/siad/Sia-v${versions.sia.latest}-linux-amd64.zip`, - newTab: true, - }, - { - title: 'Raspberry Pi', - link: `${webLinks.website.index}/releases/siad/Sia-v${versions.sia.latest}-linux-arm64.zip`, - newTab: true, - }, - { - title: 'Docker', - link: 'https://github.com/SiaFoundation/siad/pkgs/container/siad', - newTab: true, - }, - ]} - /> - - Built for users who prefer to work with a graphical user interface. - - } - version={versions.sia.latest} - links={[ - { - title: 'Windows', - link: `${webLinks.website.index}/releases/Sia-UI-v${versions.sia.latest}.exe`, - newTab: true, - }, - { - title: 'MacOS', - link: `${webLinks.website.index}/releases/Sia-UI-v${versions.sia.latest}.dmg`, - newTab: true, - }, - { - title: 'Linux', - link: `${webLinks.website.index}/releases/Sia-UI-v${versions.sia.latest}.AppImage`, - newTab: true, - }, - ]} - /> - + Built for users who prefer to work with a graphical user interface. + } + version="1.5.9" + links={[ + { + title: 'Windows', + link: 'https://github.com/SiaFoundation/siad/releases/download/v1.5.9/Sia-UI.Setup.1.5.9.exe', + newTab: true, + }, + { + title: 'MacOS', + link: 'https://github.com/SiaFoundation/siad/releases/download/v1.5.9/Sia-UI-1.5.9.dmg', + newTab: true, + }, + { + title: 'Linux', + link: 'https://github.com/SiaFoundation/siad/releases/download/v1.5.9/Sia-UI-1.5.9.AppImage', + newTab: true, + }, + ]} + /> ) } diff --git a/apps/website/pages/software/walletd.tsx b/apps/website/pages/software/walletd.tsx index 13f918ef8..08cb3519e 100644 --- a/apps/website/pages/software/walletd.tsx +++ b/apps/website/pages/software/walletd.tsx @@ -77,7 +77,6 @@ export default function Walletd({ daemon={daemon} releaseDaemon={releaseDaemon} releaseDesktop={releaseDesktop} - statusDaemon="beta" statusDesktop="beta" />
diff --git a/apps/website/pages/wallet/index.tsx b/apps/website/pages/wallet/index.tsx index 1408788dd..46c859a28 100644 --- a/apps/website/pages/wallet/index.tsx +++ b/apps/website/pages/wallet/index.tsx @@ -19,7 +19,7 @@ import { SectionTransparent } from '../../components/SectionTransparent' import { SectionProjects } from '../../components/SectionProjects' import { SectionTutorials } from '../../components/SectionTutorials' import { CalloutWalletd } from '../../components/CalloutWalletd' -import { SoftwareSectionCurrentGen } from '../../components/SoftwareSectionCurrentGen' +import { SoftwareSectionSiaUI } from '../../components/SoftwareSectionCurrentGen' import { getWalletdLatestDaemonRelease, getWalletdLatestDesktopRelease, @@ -61,7 +61,6 @@ export default function Wallet({ daemon="walletd" releaseDaemon={releaseDaemon} releaseDesktop={releaseDesktop} - statusDaemon="beta" statusDesktop="beta" />
@@ -86,13 +85,7 @@ export default function Wallet({ actionLink={webLinks.docs.wallet} actionNewTab /> - +