Migrate from the `reactstrap` `Form` component to `Form` from the `branded` package
Created by: valerybugakov
Problem statement
We want to get rid of Bootstrap styles. Since reactstrap
depends on bootstrap
styles, we need to extract component implementations that we use.
Success criteria
- All
Form
imports fromreactstrap
are removed. -
reactstrap
Form
usages migrated to theForm
component defined in thebranded
package.
Implementation details
After migration, ensure that input validation works correctly on migrated pages.
Time estimate
- Pull requests with ~450 lines changed should take 4 hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required.
- Split the work into multiple pull requests if the total diff is bigger than 450 lines of code.