a3 icon indicating copy to clipboard operation
a3 copied to clipboard

Use FormFields instead of riverpod providers where feasible

Open gnunicorn opened this issue 10 months ago • 0 comments

We have a range of rather simple forms that just have a textfield or two (e.g. Space creation) that currently unnecessarily use riverpod providers. Let's refactor them to just use Form and FormFields to simplify the code base.

gnunicorn avatar Apr 03 '24 19:04 gnunicorn