-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move source icon in incident detail to the header #181
Conversation
62c7f1e
to
0777a12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The icon is no longer aligned in the center due to this change (bae69e5)
- The icons in the list should be statically aligned.
I stumbled accross the same problem and fixed it by adding a |
It should also be fixed if you only remove this change. (bae69e5) |
I quickly compared all three variants:
From my point of view, the second option is also not quite right, but it's much closer to be perfectly aligned than the other two variants. EDIT: The change in the icon placement is caused by Icinga/ipl-web#221 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placement of the icon should be fixed separately.
library/Notifications/Widget/ItemList/IncidentHistoryListItem.php
Outdated
Show resolved
Hide resolved
0777a12
to
abe1089
Compare
abe1089
to
3567726
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placement of the icon should be fixed separately.
With this, I meant the placement of the icon inside the circle. Essentially, my answer to the discussion above.
Now, you've dismissed your own change that added a small gap to the right. I didn't mean you to do this! I still think it's suitable and a visual improvement. If applied to the incident and events list.
3d93720
to
4d67288
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase and fix conflicts
4d67288
to
e3fad97
Compare
fixes #161