Skip to content

Update downloads page copy#417

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

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

Conversation

@marksftw
Copy link
Contributor

@marksftw marksftw commented Feb 5, 2026

  • 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
Copy link

coderabbitai bot commented Feb 5, 2026

📝 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 name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The 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

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

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

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
Contributor

greptile-apps bot commented Feb 5, 2026

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

Filename Overview
frontend/src/routes/downloads.tsx Simple 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
Contributor Author

marksftw commented Feb 5, 2026

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 master Feb 6, 2026
14 checks passed
@AnthonyRonning AnthonyRonning deleted the downloads-text branch February 6, 2026 04:04
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.

2 participants