-
Notifications
You must be signed in to change notification settings - Fork 0
Emil jiang gamedetails UI #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
826118f
gamedetails networking
EmilJiang 8cbd945
all PR comments addressed except for toResult
EmilJiang cd5cf16
fixed data classes to match schema
EmilJiang e2b5bce
Merge branch 'main' of https://github.com/cuappdev/score-android into…
EmilJiang 7945993
merge
EmilJiang 002a60c
first draft
EmilJiang e86d68b
lint fix
EmilJiang f621fd2
nav
EmilJiang df67add
merge
EmilJiang 0a44180
pr changes
EmilJiang c25f927
new changes
EmilJiang 567d295
ui changes
EmilJiang d57b258
minor fix
EmilJiang e5130a0
Merge branch 'main' into emil_jiang_gamedetails_ui
EmilJiang c26c0d4
todo
EmilJiang 739c73d
pr changes
EmilJiang dea4ad2
merge
EmilJiang c59f6ab
test
EmilJiang 2d72680
nav fix
EmilJiang 8c3264b
center button and fix padding
EmilJiang fc8df1d
Merge remote-tracking branch 'origin/main' into emil_jiang_gamedetail…
zachseidner1 2512179
Add preview, fix small score box thing, navigation bar not shown when…
zachseidner1 d337068
Ellipses
zachseidner1 a54bdda
pr
EmilJiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| query GameById($id: String!) { | ||
| game(id: $id){ | ||
| id | ||
| city | ||
| date | ||
| gender | ||
| location | ||
| opponentId | ||
| result | ||
| sport | ||
| state | ||
| time | ||
| scoreBreakdown | ||
| team { | ||
| id | ||
| color | ||
| image | ||
| name | ||
| } | ||
| boxScore { | ||
| team | ||
| period | ||
| time | ||
| description | ||
| scorer | ||
| assist | ||
| scoreBy | ||
| corScore | ||
| oppScore | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.