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

Convert CreateConnectionForm to react-hook-form #29585

Closed
8 of 9 tasks
dizel852 opened this issue Aug 18, 2023 · 0 comments
Closed
8 of 9 tasks

Convert CreateConnectionForm to react-hook-form #29585

dizel852 opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
area/frontend Related to the Airbyte webapp team/compose

Comments

@dizel852
Copy link
Contributor

dizel852 commented Aug 18, 2023

Part of #24303

Relevant information

A list of sub-components of <CreateConnectionForm >:

<CreateConnectionForm>
  <CreateConnectionFormInner>
    <Formik>
          
       <CreateConnectionNameField />

       <DataResidency />

       <ConnectionFormFields>
          <ScheduleField />
          <NamespaceDefinitionField />
          <DestinationStreamPrefixName />
          <NonBreakingChangesPreferenceField />
          <SyncCatalogField />
       </ConnectionFormFields>

       <OperationsSection />

    </Formik>
  </CreateConnectionFormInner>
</CreateConnectionForm >

Additional visualization:

image

Forms (actually form controls) to migrate:

After migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp team/compose
Projects
None yet
Development

No branches or pull requests

1 participant