Commit Graph
1917 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 2ccec85e56 enable reply link and post menu for description and rules posts 2024-08-30 22:48:17 +02:00
Tom (plebeius.eth) defd56f5f8 hide create and vote buttons, they are low priority 2024-08-30 22:44:49 +02:00
Tom (plebeius.eth) d73de7d185 Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-08-30 22:42:39 +02:00
Tom (plebeius.eth) d92ce20273 update translations 2024-08-30 21:29:45 +02:00
Tom (plebeius.eth)andGitHub 91e6e7c9f3 Merge pull request #506 from plebbit/master
Merge pull request #505 from plebbit/development
2024-08-30 21:22:37 +02:00
Tom (plebeius.eth) 51e3ef8506 display anon mode address immediately upon publishing 2024-08-30 21:18:39 +02:00
Tom (plebeius.eth) 3bc672cbaa Update use-anon-mode-store.ts 2024-08-30 21:09:32 +02:00
Tom (plebeius.eth)andGitHub f82205f14b Merge pull request #505 from plebbit/development
Development
2024-08-30 12:50:10 +02:00
Tom (plebeius.eth) a698b222f8 fix(use-replies): a reply to a newly-published reply wouldn't render until propagated 2024-08-30 12:19:18 +02:00
Tom (plebeius.eth) 45eccb7a46 Update post-form.tsx 2024-08-30 12:09:31 +02:00
Tom (plebeius.eth) f79e3c3512 Update use-publish-reply.ts 2024-08-30 12:08:53 +02:00
Tom (plebeius.eth) 3d2d510259 fix(post form): user could post empty comment using spaces 2024-08-29 17:48:34 +02:00
Tom (plebeius.eth) 9543f16f68 fix(edit menu): couldn't edit post content if post was just published 2024-08-29 15:00:21 +02:00
Tom (plebeius.eth) d482d32467 feat(board stats): remember hide/show choice per subplebbit 2024-08-29 14:37:47 +02:00
Tom (plebeius.eth) edaa1a2ae1 Merge branch 'development' of https://github.com/plebbit/plebchan into development 2024-08-29 14:25:59 +02:00
Tom (plebeius.eth) 0cb386cf66 fix(pending post): "[Reply]" button and post menu shouldn't be clickable 2024-08-29 14:25:47 +02:00
Tom (plebeius.eth)andGitHub 12d5967ad9 Merge pull request #502 from plebbit/master
Merge pull request #495 from plebbit/development
2024-08-29 14:19:38 +02:00
Tom (plebeius.eth) cdee29e94f feat(pending post): show board navigation, stats and post form 2024-08-29 14:18:20 +02:00
Tom (plebeius.eth) 74ddae0ed7 fix(post): "c/" was clickable while post is pending 2024-08-29 12:56:09 +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) 068c30a322 fix(post): don't show link if comment is removed or deleted 2024-08-29 12:47:22 +02:00
Tom (plebeius.eth) 4e390a9fc5 fix(theme): theme changed incorrectly in pending post page 2024-08-28 22:05:20 +02:00
Tom (plebeius.eth) 21f75c1db1 don't help user format markdown if content already contains correct empty line syntax 2024-08-28 21:51:03 +02:00
Tom (plebeius.eth) e04eb3bb5c don't help user format markdown when editing content that was already published 2024-08-28 21:50:31 +02:00
Tom (plebeius.eth) 30220af7c0 Update edit-menu.tsx 2024-08-28 14:23:16 +02:00
Tom (plebeius.eth) 4858ceadc9 fix(edit menu): modal position would bug out when resizing textarea to edit post content 2024-08-28 11:15:04 +02:00
Tom (plebeius.eth)andGitHub 5b859201b4 Merge pull request #495 from plebbit/development
Development
2024-08-27 21:38:09 +02:00
Tom (plebeius.eth)andGitHub 30b8dce020 Merge pull request #494 from plebbit/master
Merge pull request #489 from plebbit/development
2024-08-27 21:37:33 +02:00
Tom (plebeius.eth) 45fd7fc82c Update edit-menu.tsx 2024-08-27 21:37:00 +02:00
Tom (plebeius.eth) c521ccbc2e feat(markdown): when the user is publishing a comment, automatically format it to follow markdown rules 2024-08-27 18:46:42 +02:00
Tom (plebeius.eth) e9c7e868f2 fix(edit menu): remove autofocus, it caused auto scroll 2024-08-27 17:26:55 +02:00
Tom (plebeius.eth) 8fa15e8708 remove remark-breaks 2024-08-27 17:20:38 +02:00
Tom (plebeius.eth) d3d88da24a fix theme warning 2024-08-26 17:39:27 +02:00
Tom (plebeius.eth) 31abe908e3 Update markdown.tsx 2024-08-26 17:37:31 +02:00
Tom (plebeius.eth) dea1992c14 style(post): improve styling of deleted and removed comments 2024-08-26 17:05:56 +02:00
Tom (plebeius.eth) 2a1b2729fc fix greentext, escape from blockquotes correctly 2024-08-26 14:14:09 +02:00
Tom (plebeius.eth) 38790a2596 fix(markdown): users couldn't include empty lines in the post content 2024-08-26 13:52:00 +02:00
Tom (plebeius.eth) 4092b68a74 chore(package.json): add remark-breaks 2024-08-26 13:50:23 +02:00
Tom (plebeius.eth) f95ff6049f memoize initial theme 2024-08-26 12:31:15 +02:00
Tom (plebeius.eth) 1eb64ede3d fix(markdown): don't allow horizontal lines, they look confusing inside of post content 2024-08-26 11:45:27 +02:00
Tom (plebeius.eth) 733ee597aa refactor: fix warning for bad setState call in theme logic 2024-08-26 11:32:40 +02:00
Tom (plebeius.eth) 495e9e25b5 fix(markdown): single returns would be rendered as spaces 2024-08-26 11:10:57 +02:00
Tom (plebeius.eth) 449cd967ec fix displayname in post form, anon mode 2024-08-25 19:37:04 +02:00
Tom (plebeius.eth) 1695fa0c81 remove logs 2024-08-25 19:03:11 +02:00
Tom (plebeius.eth)andGitHub 36114ba8e0 Merge pull request #489 from plebbit/development
Development
2024-08-25 18:58:55 +02:00
Tom (plebeius.eth) 899239e10e fix anon mode 2024-08-25 18:58:38 +02:00
Tom (plebeius.eth) a0f83304e5 Update markdown.module.css 2024-08-25 18:28:54 +02:00
Tom (plebeius.eth) b7e443d7d3 fix(post): deleted or removed comments still showed display name, avatar, role and ID 2024-08-25 18:15:27 +02:00
Tom (plebeius.eth) 5d4d9f1bc0 no need for window reload 2024-08-23 11:26:41 +02:00
Tom (plebeius.eth) 1152bc7f9e style(post): mod's display name was missing color 2024-08-22 12:16:26 +02:00