stratosphererl / stratosphere

Rocket League’s coolest match analytics platform. Supported by intuitive design and machine learning
0 stars 0 forks source link

Visualization components #165

Closed cchurness closed 1 year ago

cchurness commented 1 year ago

Good work on making these charts. A couple things to change/mention:

  1. Move code from webapp/src/components/ReplayPage.tsx to webapp/src/routes/replay.tsx
  2. Once the above is complete, the code change in webapp/src/components/Main.tsx should no longer be needed; we can merge anyway and simply delete components/Main.tsx; the new main file is webapp/src/main.tsx

Made the change should be ready to merge.