Lovelace toggle/switch that is local to the browser?

I don’t know if I’m explaining this right, so I think I’ll put my use case:

I would like to be able to add a toggle that allows me to show/hide items on the dashboard. Ideally that toggle would be stored local to the app/browser that is running and not require me to set up a bunch of entities to track that state for each user.

This would mean that on my computer I could toggle to show “more” items (like an advanced mode) but if I pulled out my phone it would still be in simple mode.

Does anything like this exist?

Am I over complicating it? I really don’t want to maintain 2 dashboards due to WAF. My wife would never swap between 2 dashboards, but 90% of the time we only need the simple mode.

To implement this use case, I would either:

  • Create two dashboards – the “simple” one and the “advanced” one. They could be two different dashboards in the left side bar, or two tabs in the same dashboard. The button card has a navigation action or there are custom cards that allow for navigation among dashboard tabs, so you could put a button on the simple dashboard that navigates you to the advanced dashboard
  • Implement some sort of collapsing or accordion card.