mrienstra / barchat

BarChat
0 stars 0 forks source link

Like / unlike any post (or comment?) #8

Open clearhythm opened 10 years ago

mrienstra commented 10 years ago

Commit 7db550a771 added "unlike", as well as a crude "pending" state.

Still outstanding: like/unlike for post.jsx.

mrienstra commented 10 years ago

Still outstanding: like/unlike comments (post.jsx).

mrienstra commented 10 years ago

Commit 1a7e7632c6 added liking/unliking of comments.

@clearhythm, I think we're ready to close this, can you review functionality for completeness?

mrienstra commented 10 years ago

Current behavior:

I guess what's missing is error feedback when like/unlike was not submitted to FB successfully (e.g. if network connection is unavailable). Completion of this is blocked by #13.

mrienstra commented 10 years ago

Commit 299f3987b3 is related to this issue.