You are viewing a single comment's thread from:
RE: Sometimes I want to see resteems. Sometimes I don't.
Whenever I implement a default, it's usually the current implementation within condenser. For the "Hide Resteems", I'm torn between it just being stored in the session state (i.e. lost upon a page refresh) or within local storage (i.e. retained even when the user closes the browser). My implementation is fairly prominent though (same as Blurt IIRC) so it'll be clear which option is selected.
Ah... I just looked at blurt. I spend even less time looking at that site than I do at hive. I see now that I also need to add the show/hide resteems option to the blog page... I hadn't even considered that. Or else just wait for you to do it in condenser.😉
The default is tricky. I like being able to save the last setting between visits, but I could argue for a default setting, too.