refactor(core): remove legacy plebbit terminology

This commit is contained in:
Tommaso Casaburi
2026-04-17 10:48:27 +07:00
parent e366dac25c
commit ee7a5b5778
158 changed files with 626 additions and 836 deletions
-3
View File
@@ -27,12 +27,9 @@ const friendlyStateNames: Record<string, string> = {
'fetching-ipfs': 'downloading thread',
'fetching-community-ipns': 'downloading board',
'fetching-community-ipfs': 'downloading board',
'fetching-subplebbit-ipns': 'downloading board',
'fetching-subplebbit-ipfs': 'downloading board',
'fetching-update-ipfs': 'downloading update',
'resolving-address': 'resolving address',
'resolving-community-address': 'resolving board address',
'resolving-subplebbit-address': 'resolving board address',
'resolving-author-address': 'resolving author address',
};