luillo1 / RaceResults

A platform for managing and sharing running race results within running groups
4 stars 0 forks source link

Refactor races pane #74

Closed MutatedGamer closed 2 years ago

MutatedGamer commented 2 years ago

For editing/adding a distance to a race, combined the state values into an interface that has two members:

  1. The race object being edited/having a distance added
  2. Whether the modal for this action is open

This also fixes a bug where "edit" does nothing for a race if you last edited that same race.