Public repo for Overtracker
Stars
0
Forks
0
Watchers
0
Open Issues
27
Overall repository health assessment
^3.0.3^3.0.1^1.7.1^1.18.3^4.0.1^8.0.0^4.16.3^5.2.13^6.1.2^1.18.4^0.4.0^1.0.0^0.3.0^15.6.2^16.5.0^16.5.0^3.2.11.1.585
commits
Added match details endpoint; Match Details component now renders based off the matchId and loads the preexisting data if selected from the MatchHistory component;
38d0ad4View on GitHubTemporary little loading component for Team page added along with loading state;
608e65bView on GitHubUse key to rerender DetailsModal so that componentDidMount will grab match data;
3a96a65View on GitHubDecided to open DetailsModal by passing in the matchId and reworking the modal itself to render with values; This also will be easier for edits since I can simply add an update method if the matchId already exists;
3318a43View on GitHubTesting Match history routing; Might just create modal for Team page OR rerender the Team stats as Match stats;
a0cf91bView on GitHubSetting up match route; Adding heroes selected to the post data for testing in the match routes; Added missing map in constants;
0d6c823View on GitHubAdding TeamMembers section below the MatchHistory in order to clean up the layout; Need to restyle the Team page so that everything flows better/reduce clutter;
c41eef7View on GitHubGet Auth Response will be used for the id_token in GoogleModal login;
f992166View on GitHubSimply fixing the GoogleModal logout function to change in the navbar;
70c9e01View on GitHubDynamically renders the MatchHistory background color based on Win or Loss;
1dfaef3View on GitHubAdded a few more states for DetailsModal; Planning out redesign of data being tracked;
ad89afdView on GitHubFixed Match import of Typography; Match route tested and minor fix;
95dce3fView on GitHub