[UX] HavingTroubleFindingTime: Should the "Show more" banner reappear on back navigation? #24750
Unanswered
rohanakode490
asked this question in
Other
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem/Opportunity
The
HavingTroubleFindingTimebanner helps users discover more calendar days, but once clicked ("Show more"), it hides permanently — even if they navigate back to the calendar.This might reduce discoverability for users who:
Current Behavior
dayCount=7,internalClick=false)dayCount=null,internalClick=true→ Hides forever (in session)Proposed Change
Add a
useEffectto resetinternalClick=falsewhenvisible=true(on back nav), + resetdayCount=7.→ Banner reappears on return, but hides again if they re-click.
Options
My Take
I'd lean Option B for better onboarding, but defer to maintainers/design leads. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions