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: Modal component #1622

Merged
merged 42 commits into from
Oct 7, 2021
Merged

feat: Modal component #1622

merged 42 commits into from
Oct 7, 2021

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    92e25d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3585102 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    c30913f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a474a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd3078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b289aa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948ba74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e77c335 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    49a916b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac0c35 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 15, 2021

  1. Add data-close-modal attribute to close button, comment for unique ID…

    … in parent Modal component
    SirenaBorracha committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7f4c414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344ecfd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

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

Commits on Jun 22, 2021

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

Commits on Jun 28, 2021

  1. Modal storybook update

    SirenaBorracha committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    e633f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. 2.11 update

    Suzanne Rozier committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    cefff0d View commit details
    Browse the repository at this point in the history
  2. Update thumbs down icon

    Suzanne Rozier committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9944911 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Merge branch 'ak-new-component-modal-1233' of github.com:trussworks/r…

    …eact-uswds into sr-1233-modal-component
    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b0b274a View commit details
    Browse the repository at this point in the history
  2. Simplify modal components

    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    519bf2c View commit details
    Browse the repository at this point in the history
  3. Update tests, remove unused files

    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    89528ea View commit details
    Browse the repository at this point in the history
  4. Move Modal to ModalWindow component

    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ac72177 View commit details
    Browse the repository at this point in the history
  5. Setting up modal functionality

    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3ae7aeb View commit details
    Browse the repository at this point in the history
  6. Modal tests

    Suzanne Rozier committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5604686 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Working on modal effects and tests

    Suzanne Rozier committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4c35f5d View commit details
    Browse the repository at this point in the history
  2. Hide other elements test, add modalRoot prop

    Suzanne Rozier committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    dac357e View commit details
    Browse the repository at this point in the history
  3. Style body padding when modal opens

    Suzanne Rozier committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7a4aeff View commit details
    Browse the repository at this point in the history
  4. Add complete Modal stories

    Suzanne Rozier committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6d9758e View commit details
    Browse the repository at this point in the history
  5. Hook up click on overlay

    Suzanne Rozier committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9c7cf34 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Adding focus, event handlers, tests

    Suzanne Rozier committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6cff778 View commit details
    Browse the repository at this point in the history
  2. Fix yarn.lock merge conflicts

    Suzanne Rozier committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    3a0f100 View commit details
    Browse the repository at this point in the history
  3. Revert button forward ref change

    Suzanne Rozier committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    777e4d0 View commit details
    Browse the repository at this point in the history
  4. Fix toggle event propagation, cleanup

    Suzanne Rozier committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    1075eb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Change Modal API to use forwardRef

    Suzanne Rozier committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    a334ebf View commit details
    Browse the repository at this point in the history
  2. Replace closeModal, openModal with toggleModal

    Suzanne Rozier committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b2c562e View commit details
    Browse the repository at this point in the history
  3. Update modal exports

    Suzanne Rozier committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    059b589 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Merge branch 'main' of github.com:trussworks/react-uswds into sr-1233…

    …-modal-component
    Suzanne Rozier committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    00b05da View commit details
    Browse the repository at this point in the history
  2. Add ModalToggleButton, ModalOpenLink components

    Suzanne Rozier committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f10dc55 View commit details
    Browse the repository at this point in the history
  3. Update ModalOpenLink test

    Suzanne Rozier committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b49836c View commit details
    Browse the repository at this point in the history
  4. Fix custom link implementation

    Suzanne Rozier committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    129ffa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Add open modal stories

    Suzanne Rozier committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ded43ce View commit details
    Browse the repository at this point in the history
  2. Fix Storybook action lag by replacing close handler with noop

    Co-authored-by: Brandon Lenz <brandonalenz@gmail.com>
    Suzanne Rozier and brandonlenz authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d76d583 View commit details
    Browse the repository at this point in the history