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.