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

Repeater pattern component #336

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. add a clone/delete item control for the repeater field to duplicate o…

    …r remove a set of questions
    ethangardner committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cbf3c94 View commit details
    Browse the repository at this point in the history
  2. formatting

    ethangardner committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bf1f21e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b42cc6a View commit details
    Browse the repository at this point in the history
  2. prevent duplicate ids for input fields. Will need to map canonical id…

    … prop for other field types
    ethangardner committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0693537 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e80d560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dae538 View commit details
    Browse the repository at this point in the history
  3. formatting

    ethangardner committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e16abe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    cef3078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc3b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a5bade View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    31236b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8129a7f View commit details
    Browse the repository at this point in the history
  3. ignore .idea dir

    ethangardner committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    63b47ec View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    a7349f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a801e8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53f1b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbff9f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    9c5b355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09aa551 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Create new risk issue template (#328)

    New template for managing risks within GitHub, with specific fields to complete.
    JennyRichards-Flexion authored and ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    18cd7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e6439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a76ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef72fa6 View commit details
    Browse the repository at this point in the history
  5. resolve ts issue

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9195451 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d1ec36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a029f01 View commit details
    Browse the repository at this point in the history
  8. rename var for clarity

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a6f5134 View commit details
    Browse the repository at this point in the history
  9. cleanup from copy/paste

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    02c4a8d View commit details
    Browse the repository at this point in the history
  10. remove unneeded code

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f31e202 View commit details
    Browse the repository at this point in the history
  11. variable renaming

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    858bb1d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    662d665 View commit details
    Browse the repository at this point in the history
  13. formatting

    ethangardner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d020487 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    c84bb12 View commit details
    Browse the repository at this point in the history
  2. handle field copy

    ethangardner committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    af0413a View commit details
    Browse the repository at this point in the history
  3. rename test

    ethangardner committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    424225b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    5b11578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142cd35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0c280 View commit details
    Browse the repository at this point in the history
  4. update spacing

    ethangardner committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9e77211 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adfa01d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    d22b289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0714a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eeea85 View commit details
    Browse the repository at this point in the history