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

Square Theme label glitch #2062

Closed
axiom00 opened this issue Jul 18, 2021 · 1 comment · Fixed by #2095
Closed

Square Theme label glitch #2062

axiom00 opened this issue Jul 18, 2021 · 1 comment · Fixed by #2095
Labels
support Something isn't working with the users setup

Comments

@axiom00
Copy link

axiom00 commented Jul 18, 2021

Hello,

I installed Octodash and it's using the Square theme on a HyperPixel Square. Everything is working perfectly except for one minor issue on the Control Screen.

The Square theme does not display the label 'back' besides the < icon. Files and Filament screen does not have the 'back' label as expected, but the Control screen is overlapping with the < icon. Any thoughts on how to remove/suppress the 'back' label from displaying?

IMG_1478D
IMG_1479D
IMG_1480D

@axiom00 axiom00 added the support Something isn't working with the users setup label Jul 18, 2021
@axiom00
Copy link
Author

axiom00 commented Jul 19, 2021

@UnchartedBull

Trying to debug this and found an anomaly in control.component.html

files.component.html and filament.component.html has the back text wrapped with ng-container
<ng-container i18n="@@files-back">back</ng-container>

While in control.component.html that line is <span i18n="@@control-back">back</span>

Would that be causing my issue with the back text on the control screen?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant