6 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
e96efdecfa
feat(chat): updates made on Jan-2025
Some updates were made to the course and described in this post:

* https://arrowsmithlabs.com/blog/learn-phoenix-liveview-update-guide-january-2025
2025-01-27 23:58:19 +00:00
ada10afa96
chore(chat): interpolate values using new curly braces syntax 2024-12-24 12:35:20 +00:00
24c457413d
feat(chat): toggle room membership on index page 2024-11-17 22:18:34 +00:00
3f97444908
feat(chat): show joined rooms on index page 2024-11-17 21:40:46 +00:00
afea52077b
feat(chat): add room index page 2024-11-13 23:25:20 +00:00