Skip to content
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

EZP-32179: Add footer to platform when user is logged in #1695

Conversation

lucasOsti
Copy link
Contributor

Question Answer
Tickets https://issues.ibexa.co/browse/EZP-32179
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@lucasOsti lucasOsti marked this pull request as draft January 21, 2021 10:51
@lucasOsti lucasOsti force-pushed the EZP-32179-Add-footer-to-platform-when-user-is-logged-in branch from 101d45e to a34a5f2 Compare January 21, 2021 10:57
@lucasOsti lucasOsti marked this pull request as ready for review January 21, 2021 11:06
@@ -189,3 +209,40 @@ select {
padding: 0;
}
}

.ez-footer {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This deserves a separate file.

<trans-unit id="ad4e634b7a562503b6e50d2b057490b8d7dc6336" resname="role.policy.siso_control_center.all_functions">
<source>Siso control center / All functions</source>
<target>Siso control center / All functions</target>
<note>key: role.policy.siso_control_center.all_functions</note>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably should not be removed. It will remove translations in policy select.
cc @mikadamczyk

@lucasOsti lucasOsti force-pushed the EZP-32179-Add-footer-to-platform-when-user-is-logged-in branch from e8ac0b5 to 620cee0 Compare January 21, 2021 14:19
@lucasOsti lucasOsti requested a review from dew326 January 21, 2021 14:23
@@ -145,6 +146,25 @@ select {
background-color: $ibexa-color-base-pale;
}

.ez-info-view,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I would add new single class to css and add this class to html instead of styling by all these 20 classes

@@ -0,0 +1,11 @@
<div class="ez-footer">
<div class="ez-footer__brand-container">
<img class="ez-footer__brand-img" src="/bundles/ezplatformadminui/img/ibexa-wordmark.svg" alt="Ibexa" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt with no trans

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also - use asset()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt with no trans

Should I translate name of company?

@lserwatka lserwatka merged commit 8ff7733 into ezsystems:master Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants