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

feat(copy-updates): align copy component impl with latest designs #444

Merged
merged 1 commit into from Aug 10, 2018

Commits on Aug 9, 2018

  1. feat(copy-updates): align copy component impl with latest designs

    improve tests
    fix tooltip flutter
    add tooltip for copy buttons
    use input element for copy value container
    remove redundant triggers
    clean up view templates
    use obj for storing common values in copyBase
    
    add project flag to tslint script to avoid "rule requires type information" warning
    use readonly input instead of span so copy value is scrollable
    use tooltipText input prop instead of tooltip to avoid namespace collision
    both focus and hover can launch a tooltip
    specify body for container attribute to fix tooltip styling issues
    avoid breaking changes by setting buttonAriaLabel to buttonLabel value when passed in
    update tests to use new property name
    seanforyou23 committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    b640c9e View commit details
    Browse the repository at this point in the history