Commit Graph
120 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 15bffe89bf feat: add time filter to p/all and p/subscriptions 2024-06-09 16:40:32 +02:00
Tom (plebeius.eth) a2c1ec441f feat: add offline icon to board title, show alert before posting if sub appears offline 2024-06-08 21:22:17 +02:00
Tom (plebeius.eth) ddd063fdef fix(pending post): settings were not shown correctly 2024-06-08 14:35:24 +02:00
Tom (plebeius.eth) 19222a66fe feat(post): add "time ago" tooltip to dates 2024-06-08 13:39:35 +02:00
Tom (plebeius.eth) 019972a7ff fix(home): update twitter link 2024-06-08 12:19:44 +02:00
Tom (plebeius.eth) 1911b623d9 feat: add backlink highlight and scroll 2024-06-04 21:35:22 +02:00
Tom (plebeius.eth) 225d5f04f1 rename file 2024-06-03 21:34:32 +02:00
Tom (plebeius.eth) 0036508662 fix: video thumbnails stuck on loading, post page overflow 2024-06-03 19:39:10 +02:00
Tom (plebeius.eth) 82de50b88a refactor home component 2024-06-03 17:55:29 +02:00
Tom (plebeius.eth) fabcc1d2e1 feat(home): add options to popular threads box 2024-06-03 17:00:35 +02:00
Tom (plebeius.eth) 8d4c4404c3 feat(home): add filter options to boards box 2024-06-03 16:38:16 +02:00
Tom (plebeius.eth) ab209d273c fix bugs 2024-06-03 13:53:12 +02:00
Tom (plebeius.eth) 4b2a6025d3 feat(board): show error in feed near loading string 2024-06-03 11:04:53 +02:00
Tom (plebeius.eth) 911ec8f65f refactor: move use-theme store to stores 2024-05-31 20:14:32 +02:00
Tom (plebeius.eth) 7648ef1432 fix(description): escape character wasn't excluded from translation 2024-05-31 19:59:56 +02:00
Tom (plebeius.eth) 2ecedcc956 fix(settings): decode subplebbit address with emoji to fix pathname 2024-05-31 19:59:08 +02:00
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