th3jesta / ha-lcars

LCARS theme for Home Assistant
MIT License
287 stars 22 forks source link

Bug after Update to 02.24 #87

Closed FoxXxHater closed 9 months ago

FoxXxHater commented 9 months ago

Hello,

after i update to the latest version i have this bug. image

How can i fix it?

IllogicalCpt commented 9 months ago

Yeah, exactly the same issue after updating this morning

Screenshot 2024-02-08 111331

z3r0l1nk commented 9 months ago

same issues here and the text has shifted to much in the right for the menu. fixing my issue is in lcars.yaml .item-text { text-align: right; margin-left: auto; margin-right: 0px; margin-bottom: -23px; text-transform: uppercase;

edit margin-right from -12px to 0px

image

FoxXxHater commented 9 months ago

same issues here and the text has shifted to much in the right for the menu. fixing my issue is in lcars.yaml .item-text { text-align: right; margin-left: auto; margin-right: 0px; margin-bottom: -23px; text-transform: uppercase;

edit margin-right from -12px to 0px

image

Same here.... image

I will try this soon

z3r0l1nk commented 9 months ago

So found in the issue list the solution already by someone else and works, first one is different then mine, but the second one also works. https://github.com/th3jesta/ha-lcars/issues/85

seamansrl commented 9 months ago

I Just Fix that:

See: https://github.com/th3jesta/ha-lcars/issues/85

IllogicalCpt commented 9 months ago

Screenshot 2024-02-08 132912

Whilst following that link has fixed the icons, they now do not show their current status off/on as they previously did?

seamansrl commented 9 months ago

Screenshot 2024-02-08 132912

Whilst following that link has fixed the icons, they now do not show their current status off/on as they previously did?

Captura de pantalla 2024-02-08 103242

IllogicalCpt commented 9 months ago

Not that, the icons themselves used to show yellow if the socket was on, i can see that option is reflected on my config but it is not showing on the icons themselves.
image

seamansrl commented 9 months ago

It works well for me. I just uploaded my file with corrections and improvements to OneDrive and left the link in the post https://github.com/th3jesta/ha-lcars/issues/85

sgofferj commented 9 months ago

The published fix in #85 only fixes the spacing of buttons and icons for me. Icons are NOT colored by state anymore and the clock is covering the functions top right...

Screenshot_20240208_162125

seamansrl commented 9 months ago

The published fix in #85 only fixes the spacing of buttons and icons for me. Icons are NOT colored by state anymore and the clock is covering the functions top right...

Screenshot_20240208_162125

Make a backup of your yaml file and replace it with the one I left on OneDrive. don't leave both in themes folder or there could be weird crashes. Everything works correctly for me.

image

sgofferj commented 9 months ago

@seamansrl Status color works now correctly but the clock is gone completely...

seamansrl commented 9 months ago

@seamansrl Status color works now correctly but the clock is gone completely...

Yes, I should have removed the watch because it worked well on the PC but poorly on the SmartPhone. I couldn't find a way to make it stable, it always ended up crashing at some point.

but as a reward you have the new “LCARS Star Trek Picard” theme that is faithful to the colors of the series.

sgofferj commented 9 months ago

Yes, I should have removed the watch because it worked well on the PC but poorly on the SmartPhone. I couldn't find a way to make it stable, it always ended up crashing at some point.

Interesting. IIRC the clock shouldn't show on smartphones at all. That was done long ago because of display issues.

but as a reward you have the new “LCARS Star Trek Picard” theme that is faithful to the colors of the series.

Ah, that's from you! Cool! I chose it as my "dark" theme, although my favorite color scheme is the TNG/DS9/VOY era LCARS from the TV shows

th3jesta commented 9 months ago

@seamansrl I'm working on fixes now, and almost done. What did you do to fix the icons? I am not sure where to look to find your fix.

seamansrl commented 9 months ago

@seamansrl I'm working on fixes now, and almost done. What did you do to fix the icons? I am not sure where to look to find your fix.

only insert that:

ha-state-icon { max-height: 100% !important; }

th3jesta commented 9 months ago

Sorry, I meant icon colors. I already had a fix for that. But I found a fix for it. Thanks! Update dropping in minutes.

seamansrl commented 9 months ago

Sorry, I meant icon colors. I already had a fix for that. But I found a fix for it. Thanks! Update dropping in minutes.

excellent!

th3jesta commented 9 months ago

2.2.3 has been released with compatibility for Home Assistant 2024.2. Sorry for the delay in getting this fixed. It took a lot of work to fix things with the most minimal impact. Don't forget to back up your custom theme colors!