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 the nested ripple effects in small screens sidebar component #289

Commits on May 6, 2024

  1. Change Button component in small screens sidebar to a tag

    Change `Button` component in small screens sidebar to `a` tag to avoid
    the an unnecessary nested ripple effect that `Button` component causes
    because it is inside `MenuItem` component which has a ripple effect.
    
    Give the `a` tag `classes.unstyledLink` class to overwrite its default styles.
    
    Remove `.sidebarLink` class from `navbar` styles file because the only
    component that uses this class has been changed.
    AbdulrhmanGoni committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fe67232 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    cf31e98 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    f68b626 View commit details
    Browse the repository at this point in the history