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

🐛 Megamenu - Fix mega menu not appearing on app router pages #3133

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

Calinator444
Copy link
Member

@Calinator444 Calinator444 commented Sep 19, 2024

Description

In a previous PR I added some fallback logic to ensure the live stream component wouldn't attempt to load if there was no upcoming event. However I didn't realize that the megamenu was being embedded in that component. Therefore whenever there's no upcoming livestream the megamenu wouldn't display.

Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 0.22% 69/31203
🔴 Branches 7.57% 24/317
🔴 Functions 1.01% 3/296
🔴 Lines 0.22% 69/31203

Test suite run success

13 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 158cec1

@Calinator444
Copy link
Member Author

Note: While working on this branch I discovered the scroll in animation for the live stream widget was broken on the app router pages

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3133.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 64
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3133.azurewebsites.net

Copy link
Member

@amankumarrr amankumarrr left a comment

Choose a reason for hiding this comment

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

LGTM

@Calinator444 Calinator444 merged commit 101d038 into main Sep 20, 2024
11 checks passed
@Calinator444 Calinator444 deleted the fix-megamenu branch September 20, 2024 06:36
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.

🐛 Megamenu - Not appearing on products pages
2 participants