feat/axum-htmx-rewrite #24
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/axum-htmx-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GET /room/{room_id} renders the room with its recent messages and a placeholder composer. Access is allowed for public rooms, and for private rooms or DMs only when the user is a member (admin sees all non-DM rooms). Message authors are resolved from the auth DB; reactions are rendered as an empty bar for now and will be populated in Task 11. The composer's send-on-submit, typing pings, and WebSocket wiring land in Tasks 8 and 9; for now submitting it does nothing useful. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>WIP: feat/axum-htmx-rewriteto feat/axum-htmx-rewrite