Fix empty board loading state and browser P2P patch (#1175)

* fix(board): show loaded empty boards

* fix(p2p): patch browser hooks runtime

* fix(board): stop flash loading for explicit empty boards

* fix(board): wait for feed on preloaded empty pages
This commit is contained in:
Tommaso Casaburi
2026-06-18 18:54:48 +07:00
committed by GitHub
parent 9896c4400b
commit eb47214f08
9 changed files with 821 additions and 240 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ packageExtensions:
peerDependencies:
"@types/react": ">=18.0.0"
react: ">=17.0.1"
"@pkcprotocol/pkc-js@0.0.47":
"@pkcprotocol/pkc-js@0.0.48":
dependencies:
"@libp2p/webtransport": "6.0.0"