kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

1.16.6 volume slider invisible in Dark Mode #800

Closed dy-nz closed 5 months ago

dy-nz commented 7 months ago

Hi. Version 1.16.6's volume line/slider is invisible in Dark Mode. Everything else is visible. This was tested in iOS Google Chrome, with latest versions of HAOS and HA Core installed. Thanks, David

Drafteed commented 7 months ago

I can't reproduce this. Can you show a screenshot and give more detailed information about the device and iOS version? You can also try clearing your cache in Chrome app.

dy-nz commented 7 months ago

Hi. I am using the latest HA companion app on an Apple iPhone 11, iOS version 17.1.2 - the latest as at 4 December 2023. I cleared the iOS Safari cache and ran it in Incognito mode to access my Pi 4 HA site (running on the latest versions of Core and OS). I I've attached the screen shots. I also ran the iOS Chrome browser incognito, but without clearing the cache but shouldn't have made any difference. Chrome was version 120.0.6099.50 . All 4 screen shots are attached - Light/Auto mode (since it was midday) and Dark mode. Thanks for the work to date, and for following up on this so quickly.

Safari Light-Auto Safari Dark Chrome Light-Auto Chrome Dark

dy-nz commented 7 months ago

I should add my HA config. Lovelace... card: type: custom:mini-media-player entity: media_player.zm_speakers name: Speakers volume_step: '3' hide: power: true icon: true source: true play_pause: true volume_level: false

State variable.... update.mini_media_player_update: state: off auto_update: false installed_version: v1.16.6 in_progress: false latest_version: v1.16.6 release_summary: null release_url: https://github.com/kalkih/mini-media-player/releases/v1.16.6 skipped_version: null title: null friendly_name: Mini Media Player update

HA... Core version 2023.11.3 OS version 11.2 Supervisor version 2023.11.6

dy-nz commented 7 months ago

Hi. Re testing. I'm not a developer so don't have an HA dev environment, but i know a bit about testing. Happy to test alphas and beta releases if I can be of use. Cheers, David

dy-nz commented 7 months ago

And sorry to add to the list of issues. After the release of Core version 2023.10.6 onward, the only way to change the volume level is by tapping the % indicator, for example "60%". Tapping elsewhere doesn't bring up the ability to change volume level. The exception being when tapping the speaker icon, it will mute/unmute.

NasaGeek commented 6 months ago

This this is fixed with https://github.com/home-assistant/frontend/pull/19102