OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
544 stars 132 forks source link

Refactor Frontend Forms to use <Input/>, <Label/> and <Error/> #228

Closed knoxfighter closed 3 years ago

knoxfighter commented 3 years ago

The frontend has components to use for inputs, labels and error messages for forms. Currently they are rarely used. Add them everywhere, so we are consistent. has no support for disabled.