Added the the ability to add comments on repositories#583
Conversation
5fc944e to
82dd092
Compare
|
Good hob 👏. Now, I'm afraid that I'm going to nitpick a bit:
Now, I'm not so sure about the It's redundant to say that I commented on
Another think I'm not sure about is the icon being used for the activity. I'd prefer any of the 6 icons named Functionality-wise, the rest looks good to me. Now, let's dive into the code. |
There was a problem hiding this comment.
This doesn't work. Mainly because it has the fa-user-plus class. Therefore, all this adding/removing of classes just doesn't work for me. Note that this would fix one of my complaints in my previous comment,
|
Besides all my comments, in the activities you still have the problem that they are going to crash if the repo containing the added/removed comment gets removed. The way to go is:
|
1d36a4f to
e842196
Compare
There was a problem hiding this comment.
i would say it is better to compare using the user_id field, instead of building the author object which is maybe not needed.
There was a problem hiding this comment.
Remove this since the imported file is empty. And remove the app/assets/stylesheets/comments.scss file as well.
Update: irrelevant now, ignore this.

Screenshots:
Fixes: #204
Signed-off-by: Jürgen Löhel jloehel@suse.com