Skip to content

Commit

Permalink
Merge pull request #15 from Goldchae/main
Browse files Browse the repository at this point in the history
✨feat : 모바일뷰 작업
  • Loading branch information
Goldchae authored Nov 13, 2024
2 parents 2640871 + 7080c3f commit daadb90
Show file tree
Hide file tree
Showing 378 changed files with 13,778 additions and 623 deletions.
12 changes: 12 additions & 0 deletions .idea/Qup-Frontend.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand All @@ -32,10 +27,10 @@
"static/chunks/main.js",
"static/chunks/pages/difficulty-problems.js"
],
"/ewha-ranking": [
"/difficulty-problems/[name]": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/ewha-ranking.js"
"static/chunks/pages/difficulty-problems/[name].js"
],
"/tag-problems": [
"static/chunks/webpack.js",
Expand Down
Binary file modified .next/cache/webpack/client-development-fallback/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development-fallback/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development-fallback/index.pack.gz
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/14.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/15.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/16.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/13.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/14.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/15.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/16.pack.gz
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
27 changes: 27 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js",
"/difficulty-problems/[name]": "pages/difficulty-problems/[name].js",
"/difficulty-problems": "pages/difficulty-problems.js",
"/ewha-ranking": "pages/ewha-ranking.js",
"/tag-problems": "pages/tag-problems.js"
}
199 changes: 199 additions & 0 deletions .next/server/pages/[slug].js

Large diffs are not rendered by default.

118 changes: 103 additions & 15 deletions .next/server/pages/difficulty-problems.js

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions .next/server/pages/difficulty-problems/[name].js

Large diffs are not rendered by default.

221 changes: 0 additions & 221 deletions .next/server/pages/ewha-ranking.js

This file was deleted.

104 changes: 96 additions & 8 deletions .next/server/pages/index.js

Large diffs are not rendered by default.

118 changes: 103 additions & 15 deletions .next/server/pages/tag-problems.js

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions .next/server/pages/tag-problems/[name].js

Large diffs are not rendered by default.

863 changes: 863 additions & 0 deletions .next/static/chunks/fallback/amp.js

Large diffs are not rendered by default.

1,968 changes: 1,968 additions & 0 deletions .next/static/chunks/fallback/main.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .next/static/chunks/fallback/pages/_app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .next/static/chunks/fallback/pages/_error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions .next/static/chunks/fallback/react-refresh.js

Large diffs are not rendered by default.

Loading

0 comments on commit daadb90

Please sign in to comment.