fix(directory): load direct board routes

This commit is contained in:
Tommaso Casaburi
2026-05-21 15:27:06 +07:00
parent 616fea39fb
commit 35ffbd257b
7 changed files with 214 additions and 49 deletions
+4
View File
@@ -333,6 +333,10 @@ describe('App', () => {
testState.account = { author: { address: '0x123' } };
testState.accountComments = {};
testState.accountCommunityAddresses = [];
testState.directories = [
{ address: 'music-posting.eth', title: '/mu/ - Music', nsfw: false },
{ address: 'tech-posting.eth', title: '/g/ - Technology', nsfw: false },
];
testState.isMobile = false;
testState.isSpecialEnabled = false;
testState.replyModalState = {