Sensetif / sensetif-app-plugin

The Grafana Application Plugin for the Sensetif platform.
Apache License 2.0
0 stars 0 forks source link

refactor datasource sub-forms; use react-hook-form api #26

Closed grzegorekb closed 2 years ago

grzegorekb commented 2 years ago

I've switched from grafanas Form wrapper to react-hook-form API directly. Divided datasources into individual Forms which are easier to maintain.

A lot of changes (in terms of lines), but after all, I think it's easier to reason about and maintain.