Commit Graph

7 Commits

Author SHA1 Message Date
489be57db7 feat(chat): simplify socket response
Add helper methods to create the tuples `{:ok, socket}` and
`{:noreply, socket}`, and make them available in `SlaxWeb` module.
2025-02-05 00:05:49 +00:00
7f510ba9c7 feat(chat): extract room forms to SlaxWeb.RoomComponents 2025-02-03 23:47:32 +00:00
ada10afa96 chore(chat): interpolate values using new curly braces syntax 2024-12-24 12:35:20 +00:00
9755dc2b9e feat(chat): add auth logic for room memberships 2024-11-17 21:16:52 +00:00
64016ef098 feat(chat): debounce chat input validation 2024-10-21 23:54:59 +00:00
2064ea8fb6 feat(chat): add events to validate/save chat in live view 2024-10-18 11:07:26 +00:00
a0d23e5672 feat(chat): initial implementation for edit live view 2024-10-16 01:04:47 +00:00