kyle-west / racer.pi

Time derby car races with a raspberry pi
1 stars 1 forks source link

[data] allow affordance to reset the data on the frontend #31

Closed kyle-west closed 11 months ago

kyle-west commented 11 months ago

@ddkzwest pointed out that there is no way to reset the system state in the GUI. This PR adds context buttons to let you clear out all race data, and in some situations, clear out all car information as well.

Screenshot 2023-11-10 at 8 13 22 AM

While I was in here, I added a concept of globalStyles that reaches past the shadow dom. This is for future styling work.