Commit Graph
304 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 1ecb2ba13d feat(catalog): add sorting option 2024-05-31 18:18:42 +02:00
Tom (plebeius.eth) 19164db606 fix: wrong document titles 2024-05-31 17:33:49 +02:00
Tom (plebeius.eth) fe48a991cc chore: add translations 2024-05-31 17:29:19 +02:00
Tom (plebeius.eth) bc74a9ff77 feat(board buttons): improve layout, increase dimensions of post form on mobile, add refresh buttons 2024-05-31 15:16:21 +02:00
Tom (plebeius.eth) 9c9249da94 feat(catalog): add refresh button 2024-05-31 10:41:44 +02:00
Tom (plebeius.eth) 6609d00e82 revert "hidden threads" feat, must wait for 'filterHidden: false' API 2024-05-31 09:38:59 +02:00
Tom (plebeius.eth) d314100308 fix undefined 2024-05-31 09:00:37 +02:00
Tom (plebeius.eth) 67ac2b662b Update catalog.tsx 2024-05-30 18:11:48 +02:00
Tom (plebeius.eth) fd092f1bee feat: add "hidden threads" counter and button in catalog and board view, store and hook 2024-05-30 18:01:37 +02:00
Tom (plebeius.eth) 32f52200b7 feat(post): block posts via the minus button (to collapse) or via the post menu 2024-05-30 14:29:02 +02:00
Tom (plebeius.eth) be579df996 style(home): improve offline icon position, use short addresses, add break word 2024-05-30 10:47:14 +02:00
Tom (plebeius.eth) 7dca5bd01d fix assets paths and remove cache busters 2024-05-29 15:53:41 +02:00
Tom (plebeius.eth) 2aa5dc01eb feat(catalog post): add loading skeleton for image, "file deleted" fallback img 2024-05-29 11:59:06 +02:00
Tom (plebeius.eth) 219c05b6d1 style(post menu): add themes styling 2024-05-27 17:21:21 +02:00
Tom (plebeius.eth) 08cb0736da feat(post): add post menu component with links to other clients 2024-05-27 12:28:18 +02:00
plebeius.eth 09f05ac8a0 feat(p/all): add description view 2024-05-17 17:25:25 +02:00
plebeius.eth b07a06fa12 fix(subscriptions): show info if no subs found 2024-05-17 16:48:28 +02:00
plebeius.eth cc2a640ae2 feat(multisubs): add catalog view 2024-05-17 16:39:02 +02:00
plebeius.eth f7ce6890ec fix(not found): check if subplebbitAddress is valid before displaying 'back to' buttton 2024-05-17 16:29:39 +02:00
plebeius.eth 970c726720 feat(multisubs): add settings modal 2024-05-17 16:28:09 +02:00
plebeius.eth 25e261bb55 fix eslint 2024-05-17 16:12:50 +02:00
plebeius.eth 474dede5db feat(board nav): order board list by multisub category 2024-05-17 16:10:38 +02:00
plebeius.eth 86223bb249 feat(board): add p/all and p/subscriptions 2024-05-17 14:54:41 +02:00
plebeius.eth 9b85416a57 move hook 2024-05-14 22:26:50 +02:00
plebeius.eth 4d0baffd09 refactor(home): use hook to fetch popular posts 2024-05-10 21:47:00 +02:00
plebeius.eth 59365df71a refactor: settings route, link, component 2024-05-09 16:04:24 +02:00
plebeius.eth 5e8d7436f9 fix(not found): force yotsuba theme with ref, not with params in app because they can't be detected in app 2024-05-07 22:09:00 +02:00
plebeius.eth 1f4213ae0b perf: apply cachebuster to not found img and board banners 2024-05-06 22:08:49 +02:00
plebeius.eth 0ead6775ae fix 404 check, add 404 page mobile style, fix description/rules custom comment 2024-05-06 22:02:49 +02:00
plebeius.eth 5d124d2121 feat: add 'not found' view 2024-05-06 21:40:17 +02:00
plebeius.eth cbc9230ead add missing state strings to post cards, use gray color 2024-05-06 17:02:31 +02:00
plebeius.eth bcad722bcb Update home.tsx 2024-05-06 16:56:22 +02:00
plebeius.eth edc08ca216 Update home.module.css 2024-05-06 16:20:54 +02:00
plebeius.eth 4756c09796 chore(translations): not moderating, not subscribed, total posts, current users, boards, tracked, interests, random, international, projects 2024-05-05 22:42:31 +02:00
plebeius.eth f045f1698a style(home): show nsfw tag instead of just 'nsfw' 2024-05-05 18:12:51 +02:00
plebeius.eth 6b71d9009a feat(home): add offline icon for subs in board list 2024-05-05 17:54:09 +02:00
plebeius.eth c33c54613d feat(home): mark board as nsfw if it has at least one of nsfw tags in multisub 2024-05-05 17:22:19 +02:00
plebeius.eth 61f23443ca fix(app): prevent scrollbar glitch on board layout routes, also hiding unnecessary scrollbar in home 2024-05-05 15:55:24 +02:00
plebeius.eth 334f0a4d17 Update home.tsx 2024-05-05 15:42:31 +02:00
plebeius.eth 798dfc424f feat(home): add custom hook for stats functionality 2024-05-05 15:28:11 +02:00
plebeius.eth 57fb75d674 remove padding, add translations 2024-05-04 23:01:37 +02:00
plebeius.eth de8107372f feat(home): add multisub boards with categories, subscriptions list, moderating boards list 2024-05-04 22:36:34 +02:00
plebeius.eth 0f340c541e add stats ui, update popular threads 2024-05-03 21:31:36 +02:00
plebeius.eth d3a09f3369 style: fix homepage width and body font size 2024-05-03 16:07:31 +02:00
plebeius.eth b0fdbfc13e update home 2024-05-03 15:00:25 +02:00
plebeius.eth 02b287fc12 feat(home): add popular threads box 2024-05-02 22:09:41 +02:00
plebeius.eth 1e91119687 fix(reply modal): get mobile scroll position from hook before render 2024-04-30 11:08:01 +02:00
plebeius.eth 5a45e27841 add autofocus, update themes, translate 'submit' 2024-04-29 14:53:46 +02:00
plebeius.eth ff8882ce9c perf: abstract reply modal logic into hook for post page and board page 2024-04-29 12:35:37 +02:00
plebeius.eth 84f55557c1 feat(post): add 'this thread is closed" alert for locked, removed, deleted comments 2024-04-29 12:17:48 +02:00