docbrown/app/javascript/chat
Mac Siri b4292ade33 Implement chatroom (#308)
* Fix multiple chat loading bug

* Open profile links in chat via new tab

* Add unmount handling for chat

* Add overscroll property to chat

* Add channel_name to ChatChannel model

* Create route and page for chatroom WIP

* Expose ChatChannel id to live page

* Implement multichannel support WIP

* Implement chatroom page WIP

* Add css for chatroom

* Update chat's moderation

* Refactor chat's message type

* Swap the use of :message_markdown & :message_html

* Add channel permissions WIP

* Fix failing specs

* Adjust json reponses

* Add empty message prevention

* Update participant error message

* Change Workshop channel to General
2018-05-14 12:50:32 -04:00
..
messages Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
actions.js Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
alert.jsx Update chat app's features (#204) 2018-04-16 13:20:12 -07:00
channels.jsx Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
chat.jsx Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
compose.jsx Create Chat app (#175) 2018-04-04 14:19:57 -07:00
message.jsx Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
pusher.js Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
util.js Implement chatroom (#308) 2018-05-14 12:50:32 -04:00