robocin / WebSoccerMonitor

Web tool for visualising matches from RoboCup Soccer Leagues.
https://working-web-soccer-monitor.vercel.app/
GNU General Public License v3.0
11 stars 0 forks source link

Refactor the playbackSpeed and showPlayerViewArea controls as an external reusable component #16

Open mateusfbsoares opened 3 years ago

mateusfbsoares commented 3 years ago

Home.tsx, line 227 and below

mateusfbsoares commented 3 years ago

Also, remove the workaround indicated by the "TODO" on the code. Find a more elegant way of doing it.