Summary: | Highlight important comments | ||
---|---|---|---|
Product: | Project Infrastructure | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Bugzilla | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, dcook, m.de.rooy, magnus, martin.renvoize, nick, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Add red background to important comments
Bug 32614: Highlight important comments Bug 32614: Highlight important comments Bug 32614: Highlight important comments |
Description
Jonathan Druart
2023-01-12 13:40:57 UTC
Created attachment 145236 [details] [review] Add red background to important comments Created attachment 145237 [details] [review] Bug 32614: Highlight important comments This patch is suggesting to have an 'important' tag that could be attach to comments, and that would highlight them. * There is a new note at the top right "There are 2 important comments in this bug!" * The 'important' tag is red * The comment flagged with the 'important' tag will have a red background for better visilibity This is how it would look like: https://snipboard.io/UrsuAl.jpg From: Your Name <you@example.com> Created attachment 145253 [details] [review] Bug 32614: Highlight important comments This patch is suggesting to have an 'important' tag that could be attach to comments, and that would highlight them. * There is a new note at the top right "There are 2 important comments in this bug!" * The 'important' tag is red * The comment flagged with the 'important' tag will have a red background for better visilibity Created attachment 145269 [details] [review] Bug 32614: Highlight important comments This patch is suggesting to have an 'important' tag that could be attach to comments, and that would highlight them. * There is a new note at the top right "There are 2 important comments in this bug!" * The 'important' tag is red * The comment flagged with the 'important' tag will have a red border for better visilibity This is how it looks like with the last patch: https://snipboard.io/KqBHWP.jpg Replaced background-color with border-color. Patch is applied to test on bugzilla, but it doesn't seem to be doing anything Chris Did you remove the assets? rm data/assets/*.js data/assets/*.css Yep its made new ones -rw-r--r-- 1 www-data www-data 273640 Jan 15 23:12 01d1b8200ec3d6070e858c3636a8f000.js So not quite sure whats up. For what it's worth, it seems to be working for me? Yes, it's working for me as well! :-) Looks good to me too. Marking as "RESOLVED FIXED". Please reopen if I missed something. |