Files
amethyst/commons
Claude 6053dc4f1d docs(commons): reuse the app's user row for poll voters
Three revisions to the poll results proposal and its mockup.

Voter rows are no longer a bespoke row. A voter is a user, and the app
already draws users one way: SlimListItem with UserPicture /
UsernameDisplay / AboutDisplay, which is what UserCompose is. The results
row wants the first three verbatim and differs only in the trailing slot,
where the vote goes instead of the follow buttons — so the proposal adds
a trailingContent parameter to UserCompose with a default that leaves
every existing call site unchanged, rather than forking the row. The
second line is the profile's about text, and the bespoke follows/you
chips are gone; ordering already carries that.

Drops the privacy call-out entirely.

Moves the audience filter, sort control and voter search out of the first
version into their own later phase; option chips remain the only filter.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AQorYBSv9oMvKa8hF1uGBv
2026-08-03 14:47:50 +00:00
..