Florian Hye

Results 15 comments of Florian Hye

I would love to have a room card in mushroom. As for the design/layout of the card, I really like the custom ``custom_card_esh_room`` from the Minimalist UI. https://github.com/UI-Lovelace-Minimalist/UI/tree/main/custom_cards/custom_card_esh_room Would this...

I'm having the same issue on Proxmox 7.2-4 (Kernel Version Linux 5.15.35-1-pve) in an Ubuntu 22.04 LTS LXC

I also would love to be able to customize the touchpad. I would like to use it with the ```androidtv.adb_command``` service to control my chromecast.

Regrading the search in the search bar: I made a quick implementation using the `Combobox` from `headlessui`. It obviously still needs some work, but I would like some guidance regarding...

I pushed the draft for the suggestions in the search bar. You can activate them by adding `showSearchSuggestions: true` to the search widget config.

I also found a bug with the greying out of the suggestions. See the `http` in the third suggestion. I will fix this and would also implement it for the...

I think we are good here. The only thing that bothers me is that the Google API doesn't return UTF-8 strings.

I couldn't live with it. Looks like Google only returns UTF-8 if the User Agent includes `Mozilla/5.0`.

While writing the response above, I found some more bugs: The first one is the Z-Index of the quick launch not being high enough: ![image](https://github.com/gethomepage/homepage/assets/31217036/d27b6e5f-a8cf-4ee1-b7f5-93621fff00da) The second one are unexpected...

I found another bug, I didn't URI encode the query again in the API route. This made it so that special characters were not correctly sent to the search suggestions...