mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-12 06:25:33 -05:00
[PR #24] [MERGED] 3.5 Beta #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:beta📝 Commits (10+)
182ecf0Barebones setup for the betad5dedbaCreate dismissable beta banner64cf0f3Remove old imports7d3d535Add beta link to footer96621a6Added split download buttona863be7add linksc8048dcbeta banner refinementad5104awordingse21788faccessibility and minor tweaks41ac6cbDismiss dropdown menu onBlur📊 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.