Commit Graph
76 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 30b91521b9 fix(home): options modal flickered when clicked twice 2024-09-02 17:29:12 +02:00
Tom (plebeius.eth) 5c846fcdc8 fix(home): "use catalog" button didn't work for some addresses 2024-08-29 12:51:22 +02:00
Tom (plebeius.eth) bd10a4e2d9 style(boards box): don't let addresses wrap, show ellipsis instead 2024-08-14 17:03:37 +02:00
Tom (plebeius.eth) cfe8686d94 fix(popular threads box): in each post content, one return would appear as two returns (empty lines) 2024-08-12 13:13:42 +02:00
Tom (plebeius.eth) fe434cb634 feat(board header): add yellow offline icon for loading online status, red icon for offline status 2024-07-09 14:59:18 +02:00
Tom (plebeius.eth) 9f7544936e feat: use red offline icon for subplebbits that are most likely offline (ipns record fails to update) 2024-07-07 20:02:58 +02:00
Tom (plebeius.eth) 5b1d3ee8ed style(home): trim thread titles 2024-07-04 12:14:14 +02:00
Tom (plebeius.eth) 56e6ab4e6c update "tomorrow" theme 2024-07-02 19:20:43 +02:00
Tom (plebeius.eth) af800d559b adjust styling 2024-07-02 19:05:48 +02:00
Tom (plebeius.eth) 66cc23c404 feat: add FAQ page 2024-07-02 13:32:50 +02:00
Tom (plebeius.eth) a6a41edd76 feat(post): add post count and highlight functionality to u/address 2024-06-28 22:09:11 +02:00
Tom (plebeius.eth) c81c7b85f0 feat(homepage): offline icons give info about the board online status 2024-06-27 11:17:27 +02:00
Tom (plebeius.eth) 1a22ac5068 chore: add translations 2024-06-22 10:32:19 +02:00
Tom (plebeius.eth) 4cca4a58dd fix: incorrect assets path 2024-06-20 17:02:11 +02:00
Tom (plebeius.eth) 0abc5a3841 style(home): add missing color on hover 2024-06-12 21:30:28 +02:00
Tom (plebeius.eth) c6a1283b56 fix(popular threads box): default to worksafe content and show 8 posts for single subplebbit 2024-06-12 16:50:39 +02:00
Tom (plebeius.eth) 62b4c71eb5 fix: don't consider 'anti' tag as nsfw tag
plebchan shouldn't consider 'vulgar' or 'anti' as nsfw tags, unlike more sfw-oriented plebbit clients like seedit
2024-06-11 10:25:25 +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) 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) 225d5f04f1 rename file 2024-06-03 21:34:32 +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) 19164db606 fix: wrong document titles 2024-05-31 17:33:49 +02:00
Tom (plebeius.eth) d314100308 fix undefined 2024-05-31 09:00: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) 2aa5dc01eb feat(catalog post): add loading skeleton for image, "file deleted" fallback img 2024-05-29 11:59:06 +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 5d124d2121 feat: add 'not found' view 2024-05-06 21:40:17 +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 2e52b4eaa3 Update home.tsx 2024-04-29 11:12:54 +02:00