feat: Web 10.1.0, WebTorrent Beta and UI refresh - #459
Conversation
✅ Deploy Preview for discordactivitydrop canceled.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (5)
WalkthroughAdds a WebTorrent beta transfer mode with magnet URI sharing, tracker-assisted peer discovery, WebRTC transfers, runtime controls, About-page updates, documentation, and a package version update. ChangesWebTorrent beta
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Sender
participant TransferUI as Transfer UI
participant WebTorrentClient
participant Trackers
Sender->>TransferUI: Select file and start seeding
TransferUI->>WebTorrentClient: Create torrent
WebTorrentClient->>Trackers: Announce peer availability
WebTorrentClient-->>TransferUI: Return magnet URI
TransferUI-->>Sender: Display magnet URI
Sender->>TransferUI: Submit magnet URI
TransferUI->>WebTorrentClient: Add torrent
WebTorrentClient->>Trackers: Discover peers
WebTorrentClient-->>TransferUI: Report download progress
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. A rabbit shares a magnet bright Comment |
Summary
title-wrapperwithout theicon logoclass.WebTorrent (Beta)
The new module provides file selection, magnet URI generation/copying, receiving via magnet URI, progress reporting and browser download after completion. It uses WebRTC-capable peers and the configured public WebTorrent trackers.
UI
The About screen now uses icon-based social links, a clean feature list, the existing footer logo in white, and no image badge grid or animated cards. The QR scanner uses the supplied Material-style SVG.
Summary by CodeRabbit
New Features
Documentation
Chores