Skip to content

Rename DownloadButton server component to DownloadPanel - #19

Closed
BeckettFrey with Copilot wants to merge 2 commits into
mainfrom
copilot/rename-download-button
Closed

Rename DownloadButton server component to DownloadPanel#19
BeckettFrey with Copilot wants to merge 2 commits into
mainfrom
copilot/rename-download-button

Conversation

Copilot AI commented Aug 19, 2026

Copy link
Copy Markdown

components/DownloadButton.tsx currently renders a full release-selection panel, not a single button. This change aligns naming with actual responsibility by renaming the server component and its file to DownloadPanel, with corresponding reference updates.

  • Component and file rename

    • Renamed components/DownloadButton.tsxcomponents/DownloadPanel.tsx
    • Renamed default export DownloadButtonDownloadPanel
  • Callsite update

    • Updated /app/download/page.tsx to import and render DownloadPanel
  • Reference consistency

    • Updated internal/docs references to the new file path in:
      • lib/releases.ts
      • .github/CONTRIBUTING.md
    • Renamed unused/stale type alias DownloadButtonPropsDownloadPanelProps in types/releases.ts
// app/download/page.tsx
import DownloadPanel from "../../components/DownloadPanel";

// ...
<DownloadPanel />

@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
voxkit-web Ready Ready Preview Aug 19, 2026 10:12pm

Copilot AI changed the title [WIP] Rename DownloadButton to DownloadPanel for clarity Rename DownloadButton server component to DownloadPanel Aug 19, 2026
Copilot AI requested a review from BeckettFrey August 19, 2026 22:12
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.

Rename DownloadButton

2 participants