From 726762b40e9a13d721b2c8a9c552a3871ed2ac5b Mon Sep 17 00:00:00 2001 From: nakajimayoshi Date: Mon, 24 Jul 2023 08:22:59 +0900 Subject: [PATCH 1/2] remove stable and development links --- .github/CHANGELOG.md | 6 ++++++ src/pages/downloads.tsx | 22 ++++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 38076b5..2663618 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +##July 2023 +| *date* | *prefix* | *description* | +|------------|----------|--------------------------------------------------------------------| +| 07/24/2023 | refactor | Remove links to stable & development | + + ##February 2023 | *date* | *prefix* | *description* | |------------|----------|--------------------------------------------------------------------| diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 3645499..0183c58 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -9,38 +9,32 @@ type downloadItemProps = { } export const DownloadItem = (props: downloadItemProps) => ( -
+
-
-

{props.description}

+

{props.description}

); -const stableSummary = 'The Stable Build is our most tested and reliable version, with features following strict requirements to ensure a smooth experience. '; -const developmentSummary = 'The Development Build includes new features ready for public preview, but may encounter some bugs.'; -const experimentalSummary = 'The Experimental Build includes brand new features for public testing. No support will be provided for this build.'; - -const stableDownloadUrl = 'https://github.com/Heavy-Division/B78XH/releases/download/v0.1.15/B78XH-v0.1.15.zip'; -const devDownloadUrl = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/main.zip'; -const experimentalDownloadUrl = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/experimental.zip'; +const downloadURL = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/experimental.zip'; const Downloads = () => (
- 787-10_side + 787-10_side
B78XH
- Stable - Development - Experimental + v1.2.0
From 4c4a79fc7d27064e2369930c3cd068d81c1387f9 Mon Sep 17 00:00:00 2001 From: nakajimayoshi Date: Mon, 24 Jul 2023 08:32:27 +0900 Subject: [PATCH 2/2] fix newline error and lint --- src/pages/downloads.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 0183c58..6fffb69 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -25,16 +25,26 @@ const downloadURL = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/ const Downloads = () => (
- 787-10_side + 787-10_side
B78XH
- v1.2.0 + + v1.2.0 +