Skip to content

Commit 9f283eb

Browse files
authored
Merge pull request #119 from Team-INSERT/refactor/timetable,home
시간표, 홈 리팩토링
2 parents 9b42a67 + 388c79e commit 9f283eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1642
-3075
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"react-d3-radar": "^1.0.0-rc6",
4949
"react-dom": "18.2.0",
5050
"react-infinite-scroll-component": "^6.1.0",
51+
"react-responsive-carousel": "^3.2.23",
5152
"react-scroll-horizontal": "^1.6.6",
5253
"react-slick": "^0.29.0",
5354
"react-spinner": "^0.2.7",
@@ -74,7 +75,7 @@
7475
"@types/graphql": "^14.5.0",
7576
"@types/jest": "^29.2.4",
7677
"@types/react-beautiful-dnd": "^13.1.3",
77-
"@types/react-slick": "^0.23.10",
78+
"@types/react-slick": "^0.23.12",
7879
"@typescript-eslint/parser": "^5.43.0",
7980
"autoprefixer": "^10.4.13",
8081
"babel-plugin-styled-components": "^2.1.4",

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* tslint:disable */
33

44
/**
5-
* Mock Service Worker (1.3.1).
5+
* Mock Service Worker (1.3.2).
66
* @see https://github.com/mswjs/msw
77
* - Please do NOT modify this file.
88
* - Please do NOT serve this file on production.

src/assets/data/emptyCategories.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/assets/data/emptyTimetable.ts

Lines changed: 0 additions & 104 deletions
This file was deleted.

src/assets/data/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
export { default as emptyCategories } from "./emptyCategories";
21
export { default as emptyClassInfo } from "./emptyClassInfo";
32
export { default as emptyClassLevel } from "./emptyClassLevel";
4-
export { default as emptyTimetable } from "./emptyTimetable";
5-
export { default as emptyInputPost } from "./emptyInputPost";
63
export { default as emptyMealList } from "./emptyMealList";

src/assets/images/banner/banner2.png

18.9 KB
Loading

src/assets/images/banner/banner3.png

6.47 KB
Loading

src/assets/images/banner/banner4.svg

Lines changed: 79 additions & 0 deletions
Loading

src/assets/images/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ export { default as loading } from "./loading.gif";
33
export { default as defaultProfile } from "./profile_default.png";
44
export { default as QR } from "./QR.png";
55
export { default as TestBanner } from "./test_banner.png";
6-
export { default as TestSmallBanner } from "./test_small_banner.png";
76
export { default as PageNotFound } from "./page_not_found.png";
7+
8+
export { default as Banner1Image } from "./banner/banner1.png";
9+
export { default as Banner2Image } from "./banner/banner2.png";
10+
export { default as Banner3Image } from "./banner/banner3.png";
11+
export { default as Banner4Image } from "./banner/banner4.svg";
12+
export { default as Banner5Image } from "./banner/banner2.png";
13+
export { default as Banner6Image } from "./banner/banner3.png";

0 commit comments

Comments
 (0)