scoreboard
scoreboard copied to clipboard
Implement Join Team button on Team Stats page
The button should be hidden if
- the user is already a team member
- if the user is not signed in
- if the team is not “Open”
The button action should call the osm-teams api to make the join request.
Relates to #526, #530
Possible UI flow: async redux action -> scoreboard api -> osm-teams api -> reload the state on the Team details page -> a toast or banner saying the user has been added.