Skip to content

Commit

Permalink
Merge pull request #92 from KT-vicddory/week6
Browse files Browse the repository at this point in the history
Week6
  • Loading branch information
SNXWXH authored Aug 1, 2024
2 parents 0d935f7 + e67c901 commit cc3566a
Show file tree
Hide file tree
Showing 17 changed files with 124 additions and 113 deletions.
81 changes: 78 additions & 3 deletions public/data/daily_rank.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "SSG" },
{ "rank": 6, "team": "NC" },
{ "rank": 7, "team": "KT" },
{ "rank": 5, "team": "KT" },
{ "rank": 5, "team": "NC" },
{ "rank": 7, "team": "SSG" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
Expand Down Expand Up @@ -583,5 +583,80 @@
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240729,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "KT" },
{ "rank": 4, "team": "SSG" },
{ "rank": 6, "team": "두산" },
{ "rank": 7, "team": "NC" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240730,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "SSG" },
{ "rank": 5, "team": "두산" },
{ "rank": 6, "team": "KT" },
{ "rank": 7, "team": "NC" },
{ "rank": 8, "team": "한화" },
{ "rank": 9, "team": "롯데" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240731,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "SSG" },
{ "rank": 5, "team": "두산" },
{ "rank": 6, "team": "KT" },
{ "rank": 7, "team": "NC" },
{ "rank": 8, "team": "한화" },
{ "rank": 9, "team": "롯데" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240801,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "SSG" },
{ "rank": 5, "team": "두산" },
{ "rank": 6, "team": "KT" },
{ "rank": 7, "team": "NC" },
{ "rank": 8, "team": "한화" },
{ "rank": 9, "team": "롯데" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240802,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "SSG" },
{ "rank": 5, "team": "두산" },
{ "rank": 6, "team": "KT" },
{ "rank": 7, "team": "NC" },
{ "rank": 8, "team": "한화" },
{ "rank": 9, "team": "롯데" },
{ "rank": 10, "team": "키움" }
]
}
]
2 changes: 1 addition & 1 deletion src/app/(main)/@result/(.)testResultModal/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Page: React.FC = () => {
})}
</div>
<div className="w-full h-[250px] bg-[#FFFFFF] flex flex-col justify-center items-center">
<Button width={80} text="2xl" href="/test/questions/1">
<Button width={80} text="2xl" href="/test">
테스트 다시하기
</Button>
<div className="text-xl font-bold mt-10 mb-3">
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/player/batter/outfielder/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Outfielder() {
};
return (
<>
<div className="bg-white pt-8 flex justify-center items-center h-min flex-wrap ">
<div className="bg-white pt-8 flex justify-center items-center h-min flex-wrap no-scrollbar">
<div className="flex flex-wrap flex-row justify-center md:justify-start p-6 w-3/4 mx-auto">
{outfielderData.map((outfielder, index) => (
<div key={index} className="flex-1 max-md:w-1/4 max-sm:w-auto p-2">
Expand Down
7 changes: 0 additions & 7 deletions src/app/(main)/player/cheerleader/[cheerleaderId]/page.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions src/app/(main)/player/cheerleader/layout.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/(main)/player/cheerleader/page.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/(main)/player/coach/[coachId]/page.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions src/app/(main)/player/coach/layout.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/(main)/player/coach/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/(main)/ranking/ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default async function RankingAi() {

return (
<>
<div className="flex flex-1 bg-[url('/images/mainBg.png')] bg-cover relative items-center overflow-hidden">
<div className="flex flex-1 bg-[url('/images/mainBg.png')] bg-cover relative items-center overflow-hidden no-scrollbar">
<div className="w-3/4 mx-auto text-white">
{dayOfWeek === 1 || !todayGame ? (
<div className="flex flex-col justify-center items-center font-semibold text-xl gap-4 h-3/4 max-sm:gap-0">
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/ranking/daily/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function RankingDaily() {

return (
<>
<div className="w-3/4 mx-auto text-white pb-16">
<div className="w-3/4 mx-auto text-white pb-16 no-scrollbar">
<div className="h-8 mt-[51px] text-lg max-sm:text-base border-l-4 border-red-100 flex items-center max-sm:flex-col max-sm:items-start">
<p className="ml-3.5 max-sm:mb-3">비교 분석 구간:</p>
<DateRangePicker onDateChange={handleDateChange} />
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/ranking/year/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function RankingYear() {

return (
<>
<div className="w-3/4 mx-auto text-white pb-16 mt-8">
<div className="w-3/4 mx-auto text-white pb-16 mt-8 no-scrollbar">
<div className="overflow-x-auto">
<Chart title="년도별 순위 그래프" page="year" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/(test)/test/result/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Page: React.FC = () => {
})}
</div>
<div className="w-full h-[250px] bg-[#FFFFFF] flex flex-col justify-center items-center">
<Button width={80} text="2xl" href="/test/questions/1">
<Button width={80} text="2xl" href="/test">
테스트 다시하기
</Button>
<div className="text-xl font-bold mt-10 mb-3">
Expand Down
Loading

0 comments on commit cc3566a

Please sign in to comment.