Skip to content

feat: dynamic release fetching and website redesign#67

Merged
Soumyadipgithub merged 1 commit into
developfrom
feat/issue-66-dynamic-releases
Apr 24, 2026
Merged

feat: dynamic release fetching and website redesign#67
Soumyadipgithub merged 1 commit into
developfrom
feat/issue-66-dynamic-releases

Conversation

@Soumyadipgithub

Copy link
Copy Markdown
Owner

What this PR does

Closes #66. This PR moves GitHub release fetching to the client-side to ensure the website always shows the latest builds regardless of repository visibility or build timing. It also refines the download page UI with better spacing and premium styling for platform headers.

How to test

Note: Tested locally only.

  1. Run cd website && npm install && npm run dev.
  2. Visit http://localhost:4321/download.
  3. Verify that the "Fetching..." message appears and is replaced by the actual releases.
  4. Verify that the Windows, macOS, and Linux headers have generous spacing and the new design.
  5. Click "Download" buttons to ensure they point to the correct GitHub assets.

Checklist

  • Branch targets develop (not main)
  • Branch name follows the naming convention (see CONTRIBUTING.md)
  • Read CLAUDE.md before making changes
  • Behaviour is unchanged or the change is intentional and described above
  • Key behaviours are not broken: TTS feedback flag, VAD pre-buffer, WASAPI reinit, device fallback
  • Glass design rules followed (no solid backgrounds, no Tailwind)
  • No hardcoded API keys, paths, or credentials
  • Tested manually with npm run dev

Screenshots (if UI changed)

After:
macos_linux_headings_gap_1776998534948.png

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 24, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
syncspeak 9ee7f4f Commit Preview URL

Branch Preview URL
Apr 24 2026, 03:09 AM

@Soumyadipgithub Soumyadipgithub self-assigned this Apr 24, 2026
@Soumyadipgithub Soumyadipgithub merged commit 1d730dc into develop Apr 24, 2026
7 checks passed
@Soumyadipgithub Soumyadipgithub deleted the feat/issue-66-dynamic-releases branch April 24, 2026 03:09
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.

Implement dynamic release fetching and website redesign

1 participant