sjcbulldog / elescout

Electron based scouting application for FRC
0 stars 0 forks source link

Adding "Clear all" feature to teams list and match schedule #9

Closed FoodIsLogical closed 5 days ago

FoodIsLogical commented 6 days ago

Not sure if there's a way to do this already, but a "clear all" feature would help with not having to manually delete each team or match one by one if the wrong list/schedule was imported when making a new event.

sjcbulldog commented 5 days ago

I have added the Delete All Teams, Delete All Matches buttons to the Edit Teams and Edit Matches screens. It will be in the next 2.0.7 version of this program. However, just so you know, if you are in the Edit Teams or Edit Matches screens, your changes do not get committed until you hit the Save button. If instead, you hit the Cancel button, all of your changes are dropped and you go back to the way things were before you hit Edit Teams or Edit Matches. So, hitting cancel is another way to get what you want.

sjcbulldog commented 5 days ago

Fixed per the previous comment.