|
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 |
|
|
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 |
|
|
9755dc2b9e
|
feat(chat): add auth logic for room memberships
|
2024-11-17 21:16:52 +00:00 |
|
|
afea52077b
|
feat(chat): add room index page
|
2024-11-13 23:25:20 +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 |
|