Post
#NostrDesign What’s the consensus on whether apps can/should have multiple ways of doing the same action on different pages or in different places?
This'll probably sound like a broken record, but I'd say it depends. The downside of redundancy is that it could clutter and overwhelm a user on a home screen or settings screen for example. One kind of flow you might consider is something like deep-linking. A conditional banner notification saying there's now a dark mode could link to the toggle on the settings page instead of there being a toggle on the home screen header and one on the settings page.