mirror of
https://github.com/hoornet/vega.git
synced 2026-07-24 01:08:11 -07:00
7b7116fd58
Fixes a crash that blanked the Support (About/donate) view with React error #130 on every release build since v0.13.2. react-qr-code ships CommonJS, and since the Vite 8 / Rolldown migration its default import resolved to the module namespace object ({ QRCode, default }) instead of the component, making <QRCode/> an invalid element. AboutView now unwraps the import to the real component. Reproduced against the production bundle and verified fixed the same way. Also ships the configurable HTTP/SOCKS5 network proxy (incl. Tor) from PR #10 by Anderseta, merged earlier: routes relay WebSockets, Rust-side fetches and update checks through the proxy. The proxy settings and the README/CHANGELOG note that DNS is not yet guaranteed private (issue #11). Adds a Contributors section to the README (Anderseta, SondreB).