-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix decoloring of comments icon #475
Conversation
fix missing media in user edit view
Release of version 1.4.4
Continuous Release v1.4.5
In addition to <% if @update_icon %>
$('#commentsIcon').addClass('new-comment');
<% end %> While doing this, I was wondering if we really want the comments icon to be colored at all when you submit your own comment. Isn't it a bit weird for a user to then click on the icon just to notice it was their own comment 3 seconds ago? |
We could discuss this. I mean, for me personally, I like to have this coloring even for my own comments, because it gives me some more visual feedback that I did something that other users will notice. Of course, others might disagree with that view. |
@fosterfarrell9 Of course, that's very subjective. Personally, I want to be notified when another user has made a comment (or even more urgent when somebody else replied to my own comment). For this to work, once I've left a comment, I have to click on the now colorized comments icon and then on either "Clear all" or "Clear" for my own comment. If I don't repeat this for every comment I post, the icon stays colorized and I won't notice that somebody else has posted something. But we should probably outsource this discussion to an issue (if at all) as this PR is now just intended for this fix ;) |
Before squashing, I will look again into the integration tests and find out why they are failing here. |
Codecov Report
@@ Coverage Diff @@
## mampf-next #475 +/- ##
===========================================
Coverage 66.64% 66.64%
===========================================
Files 311 311
Lines 9363 9363
===========================================
Hits 6240 6240
Misses 3123 3123 |
Fixes Decoloring of commentsIcon does not work #474