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

🪟 🎉 Add datepicker for date/date-time fields in connector form #19678

Merged
merged 42 commits into from
Dec 7, 2022

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

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

Commits on Nov 21, 2022

  1. styling pass

    josephkmh committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b2a5971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6776ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3937e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47c77f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    a8afdba View commit details
    Browse the repository at this point in the history
  2. add another test strategy

    josephkmh committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4103239 View commit details
    Browse the repository at this point in the history
  3. set touched on change

    josephkmh committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    12fc269 View commit details
    Browse the repository at this point in the history
  4. remove debug output

    josephkmh committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    da405fe View commit details
    Browse the repository at this point in the history
  5. remove debugging condition

    josephkmh committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2c3e617 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b537755 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    743a157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50263b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffde1a8 View commit details
    Browse the repository at this point in the history
  4. adjust styling

    josephkmh committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    aaf871a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00c4803 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5db59f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. clean up props

    josephkmh committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e392762 View commit details
    Browse the repository at this point in the history
  2. swap icon

    josephkmh committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    20802bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff2c1d View commit details
    Browse the repository at this point in the history
  4. udpate comment

    josephkmh committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    db44e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a8b78b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e785315 View commit details
    Browse the repository at this point in the history
  7. revert hiding example value

    josephkmh committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    72406b3 View commit details
    Browse the repository at this point in the history
  8. remove comment

    josephkmh committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6b9b49d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    95264da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0401893 View commit details
    Browse the repository at this point in the history
  3. add test descriptions

    josephkmh committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6c97808 View commit details
    Browse the repository at this point in the history
  4. fix text overflow

    josephkmh committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f2e7bca View commit details
    Browse the repository at this point in the history
  5. add datepicker story

    josephkmh committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    16884e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    400ff19 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. use setupTests

    josephkmh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    9022e82 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. fix button width

    josephkmh committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7d69401 View commit details
    Browse the repository at this point in the history
  2. forward ref in Input

    josephkmh committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d4109aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01380f1 View commit details
    Browse the repository at this point in the history
  4. Update airbyte-webapp/src/components/ui/DatePicker/DatePicker.module.…

    …scss
    
    Co-authored-by: Lake Mossman <lake@airbyte.io>
    josephkmh and lmossman authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7a57ca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. fix blur event type

    josephkmh committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    d00f94b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e95e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. add utc to time caption

    josephkmh committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e0226b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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