Villhellm / custom-sidebar

Custom Sidebar for Home Assistant
115 stars 23 forks source link

hidden: true dosen't work. #3

Closed Cjdavidson closed 4 years ago

Cjdavidson commented 4 years ago

I have tried hide: true which is in your discription and hidden: true which is in your example.

order:
  - item: notifications
  - item: overview
  - item: supervisor
  - item: hacs
  - item: configuration
  - item: developer tools
  - item: Deconz
    bottom: true
  - item: history
    hidden: true
  - item: map
    hide: true
  - item: logbook
    hide: true

And they both dont work any hints.

Villhellm commented 4 years ago

Apologies for the typo, it is supposed to be hide: true. I fixed the README.

Do you see any browser console errors when using the correct syntax?

Cjdavidson commented 4 years ago

No Sorry not a thing in the logs.

Villhellm commented 4 years ago

I cannot replicate the issue, so I need more information ie what browser, HA version, whether the other functions of the module are working, anything you can provide

Cjdavidson commented 4 years ago

Ok HA Hassio 0.108.3 Google Chrome Version 81.0.4044.92 (Official Build) (64-bit) And all the other orders are working fine except notifications this does not move.

Cjdavidson commented 4 years ago

I have just tried Fire Fox v75.0 (64bit) and the hide: true works. edit: except notifications this does not move

Villhellm commented 4 years ago

Notifications is not the same type of item, it can't be moved with this module. I just updated my chrome to the same version and I still cannot replicate. If it works in another browser then there is a possibility that it's a cache issue. Please try clearing your cache.

Cjdavidson commented 4 years ago

Yes All working as it should.. I should have tried this first sorry to bother you and thanks for a great modual.