File tree
66 files changed
+294
-278
lines changed- src
- api
- games
- components
- AllowCard
- Avatar
- AvatarGroup
- Button
- Header
- MatchItem
- components/BottomButton
- Modal
- SelectBox
- pages
- CreateGamePage
- CreatePage
- GamesDetailPage
- GamesNearPage
- HomePage
- LoginPage
- MainPage
- ManagePage
- RegisterPage
- type/api
- tests/pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+294
-278
lines changedDiff for: index.html
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
| |||
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Diff for: src/api/axiosInstance.ts
+1-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 | 5 |
| |
12 |
| - | |
| 6 | + | |
13 | 7 |
| |
14 | 8 |
| |
15 | 9 |
| |
|
Diff for: src/api/games/deleteGameParticipate.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
|
Diff for: src/api/games/getGameDetail.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Diff for: src/api/games/getGameMembers.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: src/api/games/getGames.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: src/api/games/patchGameParticipate.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Diff for: src/api/games/patchMannerScoreReview.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Diff for: src/api/games/postGame.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Diff for: src/api/games/postGameParticipate.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
| |||
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
36 | 33 |
| |
37 | 34 |
| |
38 | 35 |
| |
| |||
45 | 42 |
| |
46 | 43 |
| |
47 | 44 |
| |
48 |
| - | |
| 45 | + | |
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
55 |
| - | |
| 52 | + | |
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
62 |
| - | |
63 | 59 |
| |
64 | 60 |
| |
65 |
| - | |
| 61 | + | |
66 | 62 |
| |
67 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
68 | 66 |
| |
69 |
| - | |
70 | 67 |
| |
71 | 68 |
| |
72 |
| - | |
| 69 | + | |
73 | 70 |
| |
74 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
|
Diff for: src/components/AllowCard/index.ts
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
|
File renamed without changes.
Diff for: src/components/Button/Button.tsx
Whitespace-only changes.
Diff for: src/components/Button/index.ts
Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
| |||
24 | 20 |
| |
25 | 21 |
| |
26 | 22 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 23 | + | |
50 | 24 |
| |
51 | 25 |
| |
52 | 26 |
| |
| |||
117 | 91 |
| |
118 | 92 |
| |
119 | 93 |
| |
120 |
| - | |
| 94 | + | |
121 | 95 |
| |
122 | 96 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
-2
This file was deleted.
Diff for: src/components/shared/Button/Button.tsx
+9-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 |
| - | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 |
| - | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 |
| - | |
14 |
| - | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 |
| - | |
19 |
| - | |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
|
Diff for: src/components/shared/Text/Text.tsx
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments