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

add sub nav bars #96

Merged
merged 100 commits into from
Dec 3, 2024
Merged

add sub nav bars #96

merged 100 commits into from
Dec 3, 2024

Conversation

syntapy
Copy link
Owner

@syntapy syntapy commented Aug 14, 2024

Todo

  • about nav button sub nav
    • fix width
    • fix wrap
    • hidden in mobile
  • transition
  • links
  • works on mobile
    • remove side spacing
  • tests
  • use graphql
  • fix invisible hover maintenance area to right on desktop
  • have left / right subnavs
  • fix transition
  • subnav not triggered by connector hover
  • make mobile subnavs click dropdown as it is in mdn website
  • fix style arguments design pattern for these changes

@syntapy
Copy link
Owner Author

syntapy commented Aug 22, 2024

For future reference

Command I used to programmatically trigger hover on About menu, and thus get the SVG icons

document.querySelector('selector').dispatchEvent(new MouseEvent('mouseover', { 'bubbles': true }));

Got it from this stackoverflow answere

@syntapy syntapy merged commit 35025c6 into main Dec 3, 2024
2 checks passed
@syntapy syntapy deleted the subnavs branch December 3, 2024 01:28
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.

1 participant