Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Agenda mobile goto now #8160

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

holloway
Copy link
Contributor

@holloway holloway commented Nov 5, 2024

The previous change to the mobile menu days worked because there were ids in the page for days, but there wasn't an id in the page for 'now'. jumpToDay was never called so this adds an onClick handler to call jumpToDay as it was before.

Also, because we're using links in the dropdown rather than buttons we need to manually show the dropdown, and there's code for that too.

@holloway holloway marked this pull request as ready for review November 5, 2024 15:41
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.92%. Comparing base (c7f6bde) to head (b08a7c2).
Report is 168 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8160      +/-   ##
==========================================
+ Coverage   88.78%   88.92%   +0.13%     
==========================================
  Files         296      304       +8     
  Lines       41320    41328       +8     
==========================================
+ Hits        36687    36749      +62     
+ Misses       4633     4579      -54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants