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/repair dropdown menu button #362

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

f-hollow
Copy link
Collaborator

@f-hollow f-hollow commented Dec 16, 2024

Description

This PR fixes the burger menu button for mobile devices, as it did not react to click events.

I tried reverting the changes to the point in time where the button worked to find out what introduced the wrong behavior. Unfortunately, it didn't help.

Most likely, the issue appeared due to our customizations to the theme. We fast forwarded the Blowfish theme (submodule) to upstream at some point, but the changes in the theme files that we store in ./layouts were not synced to their ./themes/blowfish/layouts/ counterparts. Updates to the theme files were done according to the Hugo guide Customize a Theme.

Related

Testing

Tested the interaction with the burger menu button in the following environments:

  • My laptop's Firefox (Responsive Design mode)
  • My personal Android phone

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Sorry, something went wrong.

Copy link

🎉 A preview for this PR is available at: https://preview-developer.espressif.com/pr362/

@f-hollow
Copy link
Collaborator Author

@pedrominatel Thanks!

@f-hollow
Copy link
Collaborator Author

@brianignacio5 PTAL

@f-hollow
Copy link
Collaborator Author

@georgik Feel free to review or share your feedback.

Copy link
Contributor

@brianignacio5 brianignacio5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@f-hollow
Copy link
Collaborator Author

f-hollow commented Dec 16, 2024

LGTM

@brianignacio5 Thank you for your help investigating this issue!

@f-hollow f-hollow merged commit bc0dbce into espressif:main Dec 16, 2024
4 checks passed
@f-hollow f-hollow deleted the fix/repair-dropdown-menu-button branch December 16, 2024 14:13
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.

None yet

3 participants