Skip to content

Commit

Permalink
feat: [#76] 카카오 로그인 성공 후 nextjs로 note list 컴포넌트 리팩토링 시작
Browse files Browse the repository at this point in the history
  • Loading branch information
onlinekkabchi committed Apr 17, 2023
1 parent 3820bab commit d96c05c
Show file tree
Hide file tree
Showing 69 changed files with 235 additions and 942 deletions.
7 changes: 3 additions & 4 deletions FE/front/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<<<<<<< HEAD

# Logs
logs
*.log
Expand All @@ -23,7 +23,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?
=======

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
Expand All @@ -46,5 +46,4 @@ dist-ssr

npm-debug.log*
yarn-debug.log*
yarn-error.log*
>>>>>>> ffc5dd9558301474b037acf9a6845a1e05edcb38
yarn-error.log*
10 changes: 5 additions & 5 deletions FE/front/.next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,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 @@ -29,6 +24,11 @@
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/login/kakao": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/login/kakao.js"
]
},
"ampFirstPages": []
Expand Down
Binary file modified FE/front/.next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/5.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/6.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/8.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/9.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/client-development/index.pack.old
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/10.pack
Binary file not shown.
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/5.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/6.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/7.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/8.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/9.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file modified FE/front/.next/cache/webpack/server-development/index.pack.old
Binary file not shown.
136 changes: 0 additions & 136 deletions FE/front/.next/server/_error.js

This file was deleted.

2 changes: 1 addition & 1 deletion FE/front/.next/server/middleware-build-manifest.js

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

2 changes: 1 addition & 1 deletion FE/front/.next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
"/login/kakao": "pages/login/kakao.js"
}
14 changes: 2 additions & 12 deletions FE/front/.next/server/pages/index.js

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

46 changes: 46 additions & 0 deletions FE/front/.next/server/pages/login/kakao.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
(() => {
var exports = {};
exports.id = "pages/login/kakao";
exports.ids = ["pages/login/kakao"];
exports.modules = {

/***/ "react/jsx-dev-runtime":
/*!****************************************!*\
!*** external "react/jsx-dev-runtime" ***!
\****************************************/
/***/ ((module) => {

module.exports = require("react/jsx-dev-runtime");

/***/ }),

/***/ "./pages/login/kakao.js":
/*!******************************!*\
!*** ./pages/login/kakao.js ***!
\******************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {

eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ KakaoLoginCallback)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n\nfunction KakaoLoginCallback() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: \"카카오로그인성공\"\n }, void 0, false, {\n fileName: \"/Users/young/Desktop/code/whatever-note/whatever-ver-05/FE/front/pages/login/kakao.js\",\n lineNumber: 2,\n columnNumber: 10\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9wYWdlcy9sb2dpbi9rYWthby5qcy5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7QUFBZSxTQUFTQSxxQkFBcUI7SUFDM0MscUJBQU8sOERBQUNDO2tCQUFJOzs7Ozs7QUFDZCxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vZnJvbnQvLi9wYWdlcy9sb2dpbi9rYWthby5qcz9lMTI2Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEtha2FvTG9naW5DYWxsYmFjaygpIHtcbiAgcmV0dXJuIDxkaXY+7Lm07Lm07Jik66Gc6re47J247ISx6rO1PC9kaXY+O1xufVxuIl0sIm5hbWVzIjpbIktha2FvTG9naW5DYWxsYmFjayIsImRpdiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./pages/login/kakao.js\n");

/***/ })

};
;

// load runtime
var __webpack_require__ = require("../../webpack-runtime.js");
__webpack_require__.C(exports);
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
var __webpack_exports__ = (__webpack_exec__("./pages/login/kakao.js"));
module.exports = __webpack_exports__;

})();
Loading

0 comments on commit d96c05c

Please sign in to comment.