redux comments DRAFT WIP #148

Merged
jessopb merged 2 commits from comment-redux into master 2019-06-27 01:25:38 +02:00
jessopb commented 2019-05-16 04:34:43 +02:00 (Migrated from github.com)

Adds comment functionality to redux

Adds comment functionality to redux
neb-b (Migrated from github.com) requested changes 2019-06-25 05:42:38 +02:00
neb-b (Migrated from github.com) left a comment

Minor comments.

Minor comments.
neb-b (Migrated from github.com) commented 2019-06-25 05:37:19 +02:00

This is a CommentListResponst type

This is a `CommentListResponst` type
neb-b (Migrated from github.com) commented 2019-06-25 05:40:22 +02:00

Whatever happens in the COMMENT_LIST_UPDATED handler can just be done in COMMENT_CREATE_COMPLETED.

Just append the new comment there, then we don't need two actions.

Whatever happens in the `COMMENT_LIST_UPDATED` handler can just be done in `COMMENT_CREATE_COMPLETED`. Just append the new comment there, then we don't need two actions.
@ -0,0 +26,4 @@
},
});
})
.catch(error => {
neb-b (Migrated from github.com) commented 2019-06-25 05:38:25 +02:00

We should have a COMMENT_LIST_FAILED action that handles this error. (we don't need to display the error in the ui right now)

We should have a `COMMENT_LIST_FAILED` action that handles this error. (we don't need to display the error in the ui right now)
neb-b (Migrated from github.com) commented 2019-06-25 05:41:01 +02:00

🕺

🕺
neb-b (Migrated from github.com) commented 2019-06-25 05:41:18 +02:00

is isLoading to false

is `isLoading` to `false`
neb-b (Migrated from github.com) commented 2019-06-25 05:41:57 +02:00

Add this new comment to the list of comments here.

Add this new comment to the list of comments here.
osilkin98 (Migrated from github.com) reviewed 2019-06-26 16:51:11 +02:00
osilkin98 (Migrated from github.com) commented 2019-06-26 16:51:11 +02:00

The SDK already does this anyway when signing the comments

The SDK already does this anyway when signing the comments
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#148
No description provided.