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 Download Page #105

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

Nicell
Copy link
Member

@Nicell Nicell commented Dec 8, 2024

Adds a download page to make the GitHub releases page for the app a little easier to use. This page gets the latest GitHub release, detects the current platform, and gives the download options in a clean way. Also shows all download options if the OS can't be detected.

image

Copy link

netlify bot commented Dec 8, 2024

Deploy Preview for zmk-studio ready!

Name Link
🔨 Latest commit 6de1e63
🔍 Latest deploy log https://app.netlify.com/sites/zmk-studio/deploys/67580810d0cdc000086c8e24
😎 Deploy Preview https://deploy-preview-105.preview.zmk.studio
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Nicell Nicell marked this pull request as ready for review December 8, 2024 01:42
Comment on lines +4 to +7
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/zmk.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZMK Studio - Download</title>
Copy link

Choose a reason for hiding this comment

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

thought: not required but it'd be nice to have when sharing the app link.

Suggested change
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/zmk.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZMK Studio - Download</title>
<title>Download ZMK Studio</title>
<meta name="description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards.">
<meta property="og:title" content="Download ZMK Studio">
<meta property="og:description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards.">
<meta property="og:image" content="https://zmk.studio/zmk.svg">
<meta property="og:url" content="https://zmk.studio/download">
<meta property="og:site_name" content="Download ZMK Studio">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Download ZMK Studio">
<meta name="twitter:description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards.">
<meta name="twitter:image" content="https://zmk.studio/zmk.svg">

Copy link
Member Author

Choose a reason for hiding this comment

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

Fair, I think we should do it as a follow-up since index.html is lacking this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants