GithubHelp home page GithubHelp logo

Comments (24)

basnijholt avatar basnijholt commented on June 11, 2024 1

master. Soon I will move into a new house and will be able to debug better :)

from lovelace-ios-themes.

dc911x avatar dc911x commented on June 11, 2024 1

I have pushed an update that makes everything look OK again.

Thanks Bas, great you have HA up running again @ your new place. Looking forward to your "new" house setup dashboard?
You got some new stuff too?

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024 1

Yes, I am in the process of getting new gadgets. I moved to a different continent and most of my smart home stuff was 230V, whereas now I need to use 110V :)

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

Same here. Can you check and fix it please, so it will look good again ?

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

I'm in the middle of moving house and currently don't have HA. So no way of testing it. If someone submits a PR, I will review and merge.

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

I don't know how to do that so I guess this will take a long time before it can be fixed?

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

Please let me know whether the latest commit that I pushed works: bccdb96.

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

I just test it and it didn't work. I redownloaded the master version, restarted HA and also try the V2.5.0 with a restart. Both didn't work.

from lovelace-ios-themes.

compujunk avatar compujunk commented on June 11, 2024

nope didn't work here

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

Just pushed another change. v2.6.0. Does it work now?

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

Nope it didn't fixed it

from lovelace-ios-themes.

groto27 avatar groto27 commented on June 11, 2024

I have the same issue. It would be great if this could be fixed considering it is such a great theme.

from lovelace-ios-themes.

2bbe avatar 2bbe commented on June 11, 2024

Hi
I have made some progress with my trial and error but Im not there yet.

This gives me attached picture:
mdc-text-field-fill-color: var(--ha-card-background) mdc-text-field-ink-color: var(--primary-text-color) mdc-select-ink-color: var(--primary-text-color) mdc-select-fill-color: var(--ha-card-background) mdc-select-label-ink-color: var(--primary-text-color) mdc-text-field-label-ink-color: var(--primary-text-color) input-fill-color: var(--ha-card-background) input-ink-color: var(--primary-text-color) input-label-ink-color: var(--primary-text-color) input-disabled-fill-color: var(--ha-card-background) input-disabled-ink-color: var(--disabled-text-color) input-disabled-label-ink-color: var(--disabled-text-color) input-idle-line-color: var(--card-background-color) input-dropdown-icon-color: var(--light-primary-color) input-hover-line-color: var(--light-primary-color) codemirror-property: var(--accent-color)

any ideas?
image

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

I just pushed another update.

There are some more alternatives that people proposed and because I don't have means to test it ATM, it would be great if someone could report which one of these look better:

  # TODO: Below contain alternatives that have been proposed in comments
  # If anyone can test out the lines in the comments and report
  # Which one looks better, that would be great!
  mdc-text-field-fill-color: var(--card-background-color)
  # mdc-text-field-fill-color: var(--ha-card-background)
  mdc-select-fill-color: var(--card-background-color)
  # mdc-select-fill-color: var(--ha-card-background)
  input-label-ink-color: var(--secondary-text-color)
  # input-label-ink-color: var(--primary-text-color)
  input-disabled-ink-color: var(--secondary-text-color)
  # input-disabled-ink-color: var(--disabled-text-color)
  input-disabled-fill-color: var(--card-background-color)
  # input-disabled-fill-color: var(--ha-card-background)
  input-fill-color: var(--card-background-color)
  # input-fill-color: var(--ha-card-background)
  input-dropdown-icon-color: var(--primary-text-color)
  # input-dropdown-icon-color: var(--light-primary-color)
  input-idle-line-color: var(--secondary-text-color)
  # input-idle-line-color: var(--card-background-color)
  input-hover-line-color: var(--secondary-text-color)
  # input-hover-line-color: var(--light-primary-color)

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

V2.7.0 or the master one? I cant see a new version to install. Thanks for all the effort you are taking.

from lovelace-ios-themes.

03397 avatar 03397 commented on June 11, 2024

@basnijholt
I have replaced in the yaml file what you have suggested. I could not find the "input" options anywhere so I just added them.
See below. I have replaced the two as you can see and added the remaining "input" options.
Everything is back to normal

#mdc-text-field-fill-color: var(--card-background-color)
mdc-text-field-fill-color: var(--ha-card-background)
mdc-text-field-ink-color: var(--primary-text-color)
mdc-select-ink-color: var(--primary-text-color)
#mdc-select-fill-color: var(--card-background-color)
mdc-select-fill-color: var(--ha-card-background)
mdc-select-label-ink-color: var(--primary-text-color)

input-label-ink-color: var(--primary-text-color)
input-disabled-ink-color: var(--disabled-text-color)
input-disabled-fill-color: var(--ha-card-background)
input-fill-color: var(--ha-card-background)
input-dropdown-icon-color: var(--light-primary-color)
input-idle-line-color: var(--card-background-color)
input-hover-line-color: var(--light-primary-color)

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

Which yaml file is that? Do I only need to copy the whole thing and paste it?

from lovelace-ios-themes.

03397 avatar 03397 commented on June 11, 2024

@besiktas97
Update from HACS and you you will be ok

from lovelace-ios-themes.

groto27 avatar groto27 commented on June 11, 2024

Hi @basnijholt

Thank you for working this issue. Is it supposed to match the background now? Instead of all of the dropdowns/text boxes being white they are now black (which is an improvement), but shouldn't they match the rest of the theme like before?

Here are some examples after updating to 2.7.0

Screen Shot 2022-03-11 at 5 13 38 PM

Screen Shot 2022-03-11 at 5 14 35 PM

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

@besiktas97

Update from HACS and you you will be ok

I did the update from HACS. Took the master version and try also the V2.7.0 and it doesnt work.

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

Did you clear your browser's cache?

from lovelace-ios-themes.

besiktas97 avatar besiktas97 commented on June 11, 2024

Not on explorer, but have also the same thing on the dedicated app on iOS tablet and phone.

from lovelace-ios-themes.

xquyan avatar xquyan commented on June 11, 2024

I just migrated from a core install to haos and this occured. Thought it might help for u to know.
I just started using HA no more than a month and just installed and updated the OS today, so everything should be up to date for the OS; the core install I'm not sure tho

from lovelace-ios-themes.

basnijholt avatar basnijholt commented on June 11, 2024

I have pushed an update that makes everything look OK again.

from lovelace-ios-themes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.