capturing notes for specifier

This commit is contained in:
Chris Troutner
2026-08-25 20:59:32 -07:00
parent 230618d2a0
commit f81f7564f4
2 changed files with 28 additions and 1 deletions
+5
View File
@@ -80,6 +80,11 @@ follower/following lists; name + profile + avatar joined into feed/profile respo
1. **Post a Memo** — the primary verb; unblocks all others. ✅ DONE
2. **Set display name** — makes the feed readable and gives identity. ✅ DONE
3. **Reply to a Memo** — core conversation; extends the existing thread modal.
- **Decisions (2026-08-26, from memo.cash UI review):** reply max = **184 bytes**
(UTF-8 byte count); reply form **inside the thread modal**; keep the existing
comment-icon behavior (opens the thread modal); replicate the live `[remaining]`
byte counter (turns red when over); update the thread **optimistically** after
broadcast; users can **reply to a reply** (nested).
4. **Like a Memo** — social signal; needs like-count API.
5. **Set profile text** — bio for the profile page.
6. **Set profile picture** — avatar for posts/profiles.