docbrown/app/javascript/chat
Mac Siri 7cb65649e4 Update chat app (#326)
* Fix spacing

* Update webpacker gem to 3.5

* Add custom preact-compact config

* Add babel-loader to resolve a weird issue

* Add react-textarea-autocomplete

* Move 2 dependencies into devDependencies

* Add babel-eslint & eslint-plugin-babel

* Refactor chat

* Add fixed width to chat's channels

* Add timestamp for chat

* Fix long word issue

* Add showTimestamp options to chat

* Add profile image to chat

* Make profile image in chat circle

* Improve message send logic

* Add proper user session handling for chat

* Choose profile user image source for chat

* Adjust user's text color

* Fix lint
2018-05-21 13:19:56 -04:00
..
messages Update chat app (#326) 2018-05-21 13:19:56 -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 Update chat app (#326) 2018-05-21 13:19:56 -04:00
compose.jsx Create Chat app (#175) 2018-04-04 14:19:57 -07:00
message.jsx Update chat app (#326) 2018-05-21 13:19:56 -04:00
pusher.js Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
util.js Update chat app (#326) 2018-05-21 13:19:56 -04:00