New configuration form (#1674)

This change introduces a new hook useConfigLink and a new component ConfigurationForm.
These combination should replace the old Configuration component, which is not typed and which could not be used with react-hook-form.
This commit is contained in:
Sebastian Sdorra
2021-05-27 15:46:08 +02:00
committed by GitHub
parent 2259f7ef89
commit dabc7d7e8e
6 changed files with 387 additions and 183 deletions

View File

@@ -47,6 +47,7 @@ export * from "./sources";
export * from "./import";
export * from "./diff";
export * from "./notifications";
export * from "./configLink";
export { default as ApiProvider } from "./ApiProvider";
export * from "./ApiProvider";