mirror of
https://github.com/plebbit/seedit.git
synced 2026-08-02 19:11:59 -04:00
* feat: pure p2p by default with p2p stats tab and 5chan-style advanced settings Seedit now configures a browser libp2p node via window.defaultPkcOptions before render (with a localStorage opt-out), like 5chan. Adds a "p2p stats" preferences tab ported from 5chan (peers, transfer, world map), renames "plebbit options" to "advanced" and revamps it to match 5chan (pure p2p toggle, gateway fields hidden in pure p2p mode, RPC placeholder instead of the ? help box). Existing browser accounts auto-upgrade to pure p2p options on load. Also fixes an aborted-lookup race that could cache a wrong "Your IP" country flag for 60s, and reads chainProviders from the account top-level per bitsocial-react-hooks 0.1.27. Upgrades bitsocial-react-hooks to 0.1.27 and pkc-js to 0.0.65 to match 5chan. * fix(settings): show first full node RPC URL instead of array in advanced settings input