battlecode / galaxy

MIT License
10 stars 3 forks source link

Add team context, update user/episode context #679

Closed acrantel closed 1 year ago

acrantel commented 1 year ago

Adds a context to store the user's current team's information.

Updates the user context to reduce rerendering

Updates Episode context to contain full episode information instead of just the id, and adds EpisodeProvider, which encapsulates the logic for loading the full episode information.