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

feat: add launchpad downloads #200

Merged
merged 4 commits into from
Jan 25, 2024
Merged

Conversation

NovaT82
Copy link
Contributor

@NovaT82 NovaT82 commented Jan 24, 2024

Added new images / videos for the launchpad downloads section.
Cleaned up the downloads layout on the homepage.
Put in a ternary statement to check on which page the downloads.js file is being called and depending on the location a different url will be called for the downloads fetch.
Awaiting the final url for the launchpad section - this will need to be updated for the Launchpad downloads section to work.

@@ -22,7 +22,7 @@
archOptions:
[{ value: arm64, label: arm64 }, { value: x86_64, label: x86_64 }]
networkOptions:
[{ value: nextnet, label: Nextnet }, { value: stagenet, label: Stagenet }]
[{ value: nextnet, label: Nextnet }, { value: testnet, label: Testnet }]
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no "testnet"

It's either stagenet or nextnet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I updated it to only use nextnet

@@ -99,7 +99,8 @@
dataKey: "tari-project/wallet-ios",
elementPrefix: "wallet",
}
]
],
networks: ["nextnet", "testnet"],
Copy link
Contributor

Choose a reason for hiding this comment

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

There's no testnet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I missed that one - removed it

@CjS77 CjS77 merged commit 784cfa2 into tari-project:lp-downloads Jan 25, 2024
ghpbot-tari-project pushed a commit that referenced this pull request Jan 26, 2024
* feat: add launchpad download section

Adds section for Launchpad downloads.

TODO: Js and YML needs to be updated to point to the launchpad binaries,
with correct filters (when they exist)

* feat: add launchpad downloads (#200)

* feat: add launchpad downloads

* feat: downloads updates

* feat: replace testnet with stagenet

* fix: remove testnet

* Apply suggestions from code review

Fixing links

* feat: download button error handling (#201)

---------

Co-authored-by: Erika <87762061+NovaT82@users.noreply.github.com>
@NovaT82 NovaT82 deleted the launchpad branch February 5, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants