Files
seedit/src
Tommaso Casaburi c5348a0aa1 fix(community-rebrand): address Cursor Bugbot and CodeRabbit findings
- Use getCommunityIdentifier in every useCommunity / useCommunityStats
  call site so hash-style (publicKey) community addresses are routed
  to the correct CommunityIdentifier branch instead of always being
  treated as { name }.
- Move the create-community redirect in community-settings.tsx out
  of the render body and into useEffect to avoid the "cannot update
  a component while rendering" warning and re-fire on every render.
- useMemo Object.keys(accountCommunities) in mod.tsx so feedOptions
  and the three useFeed calls receive a stable communityAddresses
  array.
- Simplify the tautological logo-avatar guard in header.tsx.
- (Verified flattenCommentsPages import resolves; left as-is.)
- (Comment import in mod.tsx confirmed from @bitsocial/...)
2026-04-27 18:51:49 +07:00
..
2026-01-16 17:21:37 +01:00
2025-05-23 12:43:17 +02:00
2025-03-21 13:03:34 +01:00
2026-01-27 18:01:58 +08:00
2025-07-15 22:41:00 +02:00