Skip to content

Update downloads page copy - #417

Merged
AnthonyRonning merged 1 commit into
masterfrom
downloads-text
Feb 6, 2026
Merged

Update downloads page copy#417
AnthonyRonning merged 1 commit into
masterfrom
downloads-text

Conversation

@marksftw

@marksftwmarksftw commented Feb 5, 2026

Copy link
Copy Markdown
Contributor
  • Remove 'for full functionality' from Windows coming soon message

  • Add Maple Proxy mention to Desktop App description


Open with Devin

Summary by CodeRabbit

  • Documentation
    • Updated Desktop Apps header to highlight Maple Proxy availability for local API access.
    • Refined Windows and web app notes formatting.

- Remove 'for full functionality' from Windows coming soon message
- Add Maple Proxy mention to Desktop App description
@coderabbitai

coderabbitaiBot commented Feb 5, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The Downloads page was updated to clarify the Desktop Apps offering by adding information about Maple Proxy for local API access, and the Windows/web app note formatting was refined for consistency.

Changes

Cohort / File(s)Summary
Downloads Page Content
frontend/src/routes/downloads.tsx
Updated Desktop Apps header subtitle to mention Maple Proxy availability and refined Windows/web app note punctuation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • Add download page #52: Introduced the Downloads page that is being updated here with additional product information and copy refinements.

Poem

🐰 A proxy for local APIs so keen,
The finest tool you've ever seen,
We've noted it plain, with proper care,
Downloads await, beyond compare!

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title 'Update downloads page copy' accurately reflects the main change: text updates to the downloads page including adjusting the Windows note and adding Maple Proxy mention to the Desktop Apps header.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch downloads-text

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying maple with Cloudflare Pages Cloudflare Pages

Latest commit:3ff956f
Status: ✅ Deploy successful!
Preview URL:https://5a920a3c.maple-ca8.pages.dev
Branch Preview URL:https://downloads-text.maple-ca8.pages.dev

View logs

@devin-ai-integrationdevin-ai-integrationBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

This PR updates the copy on the downloads page with two improvements:

  • Adds mention of Maple Proxy in the Desktop Apps description to highlight this key feature for local API access
  • Removes "for full functionality" from the Windows coming soon message, which is more accurate since the web app provides full functionality

Both changes are simple text updates that improve clarity and accuracy of the information presented to users.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple copy changes with no code logic modifications, no potential for bugs or runtime issues
  • No files require special attention

Important Files Changed

FilenameOverview
frontend/src/routes/downloads.tsxSimple copy updates: added Maple Proxy mention to desktop description, removed 'for full functionality' from Windows message

Sequence Diagram

sequenceDiagram
participant User
participant Browser
participant DownloadPage
participant GitHubAPI
User->>Browser: Navigate to /downloads
Browser->>DownloadPage: Render component
DownloadPage->>DownloadPage: Initialize with fallback version
DownloadPage->>GitHubAPI: getLatestDownloadInfo()
GitHubAPI-->>DownloadPage: Return latest release info
DownloadPage->>DownloadPage: Update download URLs & version
DownloadPage->>Browser: Display updated download page
Note over Browser: Shows Desktop Apps section with<br/>"Includes Maple Proxy for local API access"
Note over Browser: Shows Windows message without<br/>"for full functionality"
User->>Browser: Click download link
Browser->>GitHubAPI: Download file
Loading

@marksftw

Copy link
Copy Markdown
ContributorAuthor

Needed to test out OpenCode with Maple again so I did a bit of copy editing to the Downloads page.

@AnthonyRonning
AnthonyRonning merged commit 5e63d1d into masterFeb 6, 2026
14 checks passed
@AnthonyRonning
AnthonyRonning deleted the downloads-text branch February 6, 2026 04:04
Sign up for freeto 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

@marksftw@AnthonyRonning