-
-
Notifications
You must be signed in to change notification settings - Fork 394
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: make NOVA panel clearer #6833
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
<li>[% lang('attribute_nova_2_description_short') %]</li> | ||
<li>[% lang('attribute_nova_3_description_short') %]</li> | ||
<li>[% lang('attribute_nova_4_description_short') %]</li> | ||
<li>[% IF nova_group == 1 %]<b>[% END %][% lang('attribute_nova_1_description_short') %][% IF nova_group == 1 %]</b>[% END %]</li> |
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.
We can use a style, it will be cleaner and will halve the number of IF conditions.
@@ -35,6 +35,8 @@ | |||
[% END %] | |||
[% END %] | |||
[% END %] | |||
<br> |
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.
Adding <br>
at the end of panels is probably not the right way, clients should decide how much spaces to leave.
Good idea to bold the explanantion for the product NOVA group. It probably makes sense to invert the panels, and put the matching ingredients after the 4 groups. |
@stephanegigandet I think you did some work on it already, didn't you ? In this case we can close this PR. |
Not fixed yet |
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.
LGTM, although it would be better not to introduce
as asked by @stephanegigandet
@alexgarel how about we merge that one ? |
Can you fix things proposed by @stephanegigandet, @teolemon ? |
@alexgarel is it better ? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What
fix: make NOVA panel clearer
Part of