Skip to content

Fix/hamburger menu 3295#3296

Merged
ImprovedTube merged 3 commits intocode-charity:masterfrom
ktej721:fix/hamburger-menu-3295
Oct 23, 2025
Merged

Fix/hamburger menu 3295#3296
ImprovedTube merged 3 commits intocode-charity:masterfrom
ktej721:fix/hamburger-menu-3295

Conversation

@ktej721
Copy link
Contributor

@ktej721 ktej721 commented Oct 23, 2025

refactors the hamburger menu logic in the video player to be more readable. the previous implementation had confusing logic for toggling the visibility of the controls.

So the changes made:
Simplified the click handler logic and
explicitly set the initial state of the controls
added a z-index to the hamburger menu to prevent it from being overlapped by other player elements.

Fixes #3295

i have already tested it and it works fine.... 👍

Refactors the hamburger menu logic in the video player to be more robust and readable. The previous implementation had confusing logic for toggling the visibility of the controls.

The new implementation:
- Simplifies the click handler logic.
- Explicitly sets the initial state of the controls.
- Adds a z-index to the hamburger menu to prevent it from being overlapped by other player elements.

Fixes code-charity#3295
@ImprovedTube ImprovedTube merged commit fb3be81 into code-charity:master Oct 23, 2025
@ImprovedTube
Copy link
Member

thank you! @ktej721

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.

🐞Hamburger menu doesn't open

2 participants