fix(community status): use sync lifecycle for availability (#1187)

* chore(deps): upgrade pkc-js to 0.0.72 and bitsocial-react-hooks to 0.1.31

Update bitsocial internals import paths for the new package dist layout.

* fix(community status): use sync lifecycle for availability

* fix(community status): handle terminal sync without cache

* fix(directory routing): resolve candidate sync aliases

* fix(directory routing): preserve fresh cached winners
This commit is contained in:
Tommaso Casaburi
2026-07-24 16:36:09 +07:00
committed by GitHub
parent 047bb1d5ab
commit a91c5b588b
19 changed files with 594 additions and 170 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
// package's compiled `dist/lib/...` helpers. Do not import those paths directly
// elsewhere in production code.
export { default as localForageLru } from '@bitsocial/bitsocial-react-hooks/dist/lib/localforage-lru';
export { flattenCommentsPages } from '@bitsocial/bitsocial-react-hooks/dist/lib/utils';
export { default as localForageLru } from '@bitsocial/bitsocial-react-hooks/dist/lib/localforage-lru/index.js';
export { flattenCommentsPages } from '@bitsocial/bitsocial-react-hooks/dist/lib/utils/index.js';
export { getEquivalentCommunityAddressGroupKey, pickPreferredEquivalentCommunityAddress } from '@bitsocial/bitsocial-react-hooks/dist/lib/community-address.js';