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(app): deprecate formik, migrate to react-hook-form #14424

Merged
merged 13 commits into from
Feb 28, 2024

add id to form

867e8ec
Select commit
Loading
Failed to load commit list.
Merged

feat(app): deprecate formik, migrate to react-hook-form #14424

add id to form
867e8ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 27, 2024 in 0s

70.81% of diff hit (target 67.77%)

View this Pull Request on Codecov

70.81% of diff hit (target 67.77%)

Annotations

Check warning on line 146 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L146

Added line #L146 was not covered by tests

Check warning on line 161 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L161

Added line #L161 was not covered by tests

Check warning on line 218 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L218

Added line #L218 was not covered by tests

Check warning on line 222 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L222

Added line #L222 was not covered by tests

Check warning on line 224 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L224

Added line #L224 was not covered by tests

Check warning on line 226 in app/src/organisms/ConfigurePipette/ConfigForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigForm.tsx#L226

Added line #L226 was not covered by tests

Check warning on line 135 in app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 163 in app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx#L163

Added line #L163 was not covered by tests

Check warning on line 167 in app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/ConfigurePipette/ConfigFormGroup.tsx#L167

Added line #L167 was not covered by tests

Check warning on line 131 in app/src/organisms/Devices/RobotSettings/AdvancedTab/AdvancedTabSlideouts/RenameRobotSlideout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/AdvancedTab/AdvancedTabSlideouts/RenameRobotSlideout.tsx#L131

Added line #L131 was not covered by tests

Check warning on line 56 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx#L56

Added line #L56 was not covered by tests

Check warning on line 98 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx#L98

Added line #L98 was not covered by tests

Check warning on line 118 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx#L118

Added line #L118 was not covered by tests

Check warning on line 130 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx#L130

Added line #L130 was not covered by tests

Check warning on line 137 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/FormModal.tsx#L137

Added line #L137 was not covered by tests

Check warning on line 51 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/KeyFileField.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/KeyFileField.tsx#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 55 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/SecurityField.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/SecurityField.tsx#L55

Added line #L55 was not covered by tests

Check warning on line 31 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/TextField.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/TextField.tsx#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 19 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts#L19

Added line #L19 was not covered by tests

Check warning on line 22 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 24 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts#L24

Added line #L24 was not covered by tests

Check warning on line 33 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts#L29-L33

Added lines #L29 - L33 were not covered by tests

Check warning on line 51 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/form-state.ts#L51

Added line #L51 was not covered by tests

Check warning on line 41 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/index.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/index.tsx#L41

Added line #L41 was not covered by tests

Check warning on line 47 in app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/index.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/organisms/Devices/RobotSettings/ConnectNetwork/ConnectModal/index.tsx#L46-L47

Added lines #L46 - L47 were not covered by tests