summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
Commit message (Collapse)AuthorAgeFilesLines
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-16/+15
| | | | immediate feedback after posting
* added client predictive commentingJoramWilander2015-08-181-4/+20
|
* Better error checking along with other fixesReed Garmsen2015-08-131-7/+11
|
* Users can now drop files into the center pane or the rhs respectively to ↵Reed Garmsen2015-08-121-1/+3
| | | | upload images and other files
* Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵hmhealey2015-08-111-42/+2
| | | | of null when no draft is found
* Formatted CreateComment, CreatePost, and FileUpload React components to ↵hmhealey2015-08-101-50/+69
| | | | match the style guide
* Changed file upload components to properly remove previews for failed uploadshmhealey2015-08-101-2/+17
|
* Changed post drafts to maintain a store a unique id for each file upload to ↵hmhealey2015-08-101-20/+10
| | | | fix issues with duplicate file names
* Added the ability to cancel file uploads on commentshmhealey2015-08-101-5/+15
|
* Changed post drafts to maintain a list of the names of uploading files ↵hmhealey2015-08-101-45/+52
| | | | instead of just a count
* Fixed issue with error message for uploading more than 5 files not appearing ↵Reed Garmsen2015-07-231-1/+1
| | | | on OSX
* Added message persistance on closing RHS/switching to another commentnickago2015-07-221-3/+62
| | | | | thread. Similar to the center pane and channels, switching comment threads won't delete entered but unsent text/media in the RHS
* Even on error, submission stop, updated to relect thatnickago2015-07-171-1/+2
|
* Merge pull request #46 from mattermost/mm-1318Joram Wilander2015-06-251-10/+18
|\ | | | | fixes mm-1318 only allow 5 files to be uploaded at a time
| * fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-10/+18
| |
| * Error messages revolving around comment creation appear clientside unless we ↵Reed Garmsen2015-06-151-0/+6
| | | | | | | | have a better solution in place
| * Invalid RootId parameter error message no longer displays on the client. ↵Reed Garmsen2015-06-151-3/+0
| | | | | | | | Changed acceptance of error from Agree to Okay.
| * first commit=Corey Hulen2015-06-141-0/+166
|
* Change "Create a comment..." to "Add a comment..."it332015-06-211-1/+1
|
* Error messages revolving around comment creation appear clientside unless we ↵Reed Garmsen2015-06-151-0/+6
| | | | have a better solution in place
* Invalid RootId parameter error message no longer displays on the client. ↵Reed Garmsen2015-06-151-3/+0
| | | | Changed acceptance of error from Agree to Okay.
* first commit=Corey Hulen2015-06-141-0/+166