[PR #24] [MERGED] 3.5 Beta #54

Closed
opened 2025-09-09 19:41:52 -05:00 by Octech6711 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/audacity/audacity.github.io/pull/24
Author: @LWinterberg
Created: 2/29/2024
Status: Merged
Merged: 3/1/2024
Merged by: @LWinterberg

Base: mainHead: beta


📝 Commits (10+)

📊 Changes

15 files changed (+426 additions, -27 deletions)

View changed files

src/assets/img/Linux.svg (+11 -0)
src/assets/img/Windows.svg (+10 -0)
src/assets/img/macOS.svg (+12 -0)
📝 src/assets/js/cookieConsent.js (+2 -2)
📝 src/assets/js/releaseData.ts (+84 -0)
src/components/banner/BetaBanner.jsx (+32 -0)
📝 src/components/button/DownloadButton.jsx (+1 -3)
📝 src/components/button/DownloadMuseHubButton.jsx (+0 -2)
src/components/button/SplitDownloadButton.jsx (+93 -0)
📝 src/components/footer/Footer.astro (+1 -0)
📝 src/components/navigation/NavigationReact.jsx (+1 -1)
📝 src/layouts/BaseLayout.astro (+14 -14)
src/pages/beta.astro (+160 -0)
📝 src/styles/icons.css (+5 -1)
📝 src/styles/input.css (+0 -4)

📄 Description

only reason this is a PR is that I'd like to have a big green button I can press once we launch


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/audacity.github.io/pull/24 **Author:** [@LWinterberg](https://github.com/LWinterberg) **Created:** 2/29/2024 **Status:** ✅ Merged **Merged:** 3/1/2024 **Merged by:** [@LWinterberg](https://github.com/LWinterberg) **Base:** `main` ← **Head:** `beta` --- ### 📝 Commits (10+) - [`182ecf0`](https://github.com/audacity/audacity.github.io/commit/182ecf016d47cee9424cea528aeed331b9ab9e6c) Barebones setup for the beta - [`d5dedba`](https://github.com/audacity/audacity.github.io/commit/d5dedbaa94b4f5d23c2ec7e09ec2acfa8b84e528) Create dismissable beta banner - [`64cf0f3`](https://github.com/audacity/audacity.github.io/commit/64cf0f39aff471197473fe07f0104d15e6608f33) Remove old imports - [`7d3d535`](https://github.com/audacity/audacity.github.io/commit/7d3d535f2f6c8249a2e6af1c743d91093a453069) Add beta link to footer - [`96621a6`](https://github.com/audacity/audacity.github.io/commit/96621a6806dca19a661cfc65ca0dd24ad86be277) Added split download button - [`a863be7`](https://github.com/audacity/audacity.github.io/commit/a863be79ee75fdbacc9fc2d603c4b8fa035a3f7e) add links - [`c8048dc`](https://github.com/audacity/audacity.github.io/commit/c8048dc3ef6829a06ac57c15efca76a8c10186d2) beta banner refinement - [`ad5104a`](https://github.com/audacity/audacity.github.io/commit/ad5104a5911f2ca051e1accf81ef783e1e193cf0) wordings - [`e21788f`](https://github.com/audacity/audacity.github.io/commit/e21788fc531258922a8809d7d45679e41dd8542c) accessibility and minor tweaks - [`41ac6cb`](https://github.com/audacity/audacity.github.io/commit/41ac6cb5357814520f377861ffdb54022e4b4674) Dismiss dropdown menu onBlur ### 📊 Changes **15 files changed** (+426 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `src/assets/img/Linux.svg` (+11 -0) ➕ `src/assets/img/Windows.svg` (+10 -0) ➕ `src/assets/img/macOS.svg` (+12 -0) 📝 `src/assets/js/cookieConsent.js` (+2 -2) 📝 `src/assets/js/releaseData.ts` (+84 -0) ➕ `src/components/banner/BetaBanner.jsx` (+32 -0) 📝 `src/components/button/DownloadButton.jsx` (+1 -3) 📝 `src/components/button/DownloadMuseHubButton.jsx` (+0 -2) ➕ `src/components/button/SplitDownloadButton.jsx` (+93 -0) 📝 `src/components/footer/Footer.astro` (+1 -0) 📝 `src/components/navigation/NavigationReact.jsx` (+1 -1) 📝 `src/layouts/BaseLayout.astro` (+14 -14) ➕ `src/pages/beta.astro` (+160 -0) 📝 `src/styles/icons.css` (+5 -1) 📝 `src/styles/input.css` (+0 -4) </details> ### 📄 Description only reason this is a PR is that I'd like to have a big green button I can press once we launch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the pull-request label 2025-09-09 19:41:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/audacity.github.io#54