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

[fw-button] fix a11y issues and standardise attributes #218

Merged
merged 6 commits into from
Oct 8, 2021

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

  1. fix(fw-button): stylelint fix and docs correction

    Fixing stylelint in import and correcting docs to avoid using color attribute
    kulkarni-kashyap committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    21c676c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. refactor(fw-button): refactored throttle login based on timestamp ins…

    …tead of setTimeout
    
    Throttle logic is refactored based on timestamp to avoid unexpected delays and css values change
    based on standards
    kulkarni-kashyap committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    062c9c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. refactor(fw-button): rename variables in function

    Rename variables in function to more meaningful names and provide option to override throttle delay
    kulkarni-kashyap committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d1dd1fd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. docs(fw-button): updating docs to accommodate latest changes

    Updating docs to accommodate latest changes after reverting attribute name changes
    kulkarni-kashyap committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2061818 View commit details
    Browse the repository at this point in the history