mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
- Make PostReplyCount clickable whenever an onClick handler is provided, so posts with zero replies still open the thread modal. - Add ReplyThreadForm inside PostThreadModal with a 184-byte counter and optimistic reply rendering. - Pass wallet/profiles through RecentPosts, Profile, and PostThreadModal. - Add acceptance handlers for the new reply-thread UI scenarios. - Extend PostThreadModal CSS for the reply form. By coder.