Skip to content

Commit

Permalink
Merge pull request #49 from prgrms-web-devcourse-final-project/featur…
Browse files Browse the repository at this point in the history
…e/homepage

Build: 배포 빌드
  • Loading branch information
cho1ys authored Dec 9, 2024
2 parents ca7b913 + a8349ba commit d6efd79
Show file tree
Hide file tree
Showing 55 changed files with 5,393 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.env.development.local
.env.test.local
.env.production.local
/dist

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,341 changes: 5,341 additions & 0 deletions dist/assets/index-4YtmX69h.js

Large diffs are not rendered by default.

Binary file added dist/favicon.ico
Binary file not shown.
Binary file added dist/images/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/arrow-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/bell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/chatlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/chatlist_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/location.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/location_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login-compl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login5.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login8.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/login9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/myposts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/myposts_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/mypostscheck.png
Binary file added dist/images/mypostscheck_on.png
Binary file added dist/images/naverlogo.png
Binary file added dist/images/notification.png
Binary file added dist/images/notification_on.png
Binary file added dist/images/orderlist.png
Binary file added dist/images/orderlist_on.png
Binary file added dist/images/origin.png
Binary file added dist/images/qricon.png
Binary file added dist/images/refund.png
Binary file added dist/images/refund_on.png
Binary file added dist/images/search.png
Binary file added dist/images/setting.png
Binary file added dist/images/setting_on.png
Binary file added dist/images/towel.jpeg
Binary file added dist/images/trenchcoat.jpeg
Binary file added dist/images/vacuum.png
Binary file added dist/images/wish.png
Binary file added dist/images/wish_on.png
Binary file added dist/images/wishlist.png
Binary file added dist/images/wishlist_on.png
21 changes: 21 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<!-- 구글 폰트 로드 -->
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" /> -->

<!-- 아이콘 설정 -->
<!-- <link rel="" href="" /> -->

<!-- 뷰포트 설정 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- 페이지 타이틀 설정 -->
<title>Good-Buy-Us</title>
<script type="module" crossorigin src="/assets/index-4YtmX69h.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Expand Down
Binary file added dist/logo192.png
Binary file added dist/logo512.png
25 changes: 25 additions & 0 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions dist/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
6 changes: 2 additions & 4 deletions src/components/pages/ProductDetailPage/ProductDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useNavigate, useParams } from 'react-router-dom';
import styled from 'styled-components';
import StarRating from '../../common/StarRating';
import { submitOrder } from './api/submitApi';
// import { addWishList } from './api/wishApi';
import { addWishList } from './api/wishApi';
import { QueryHandler, useProductQuery } from '../../../hooks/useGetProduct';
import DEFAULT_IMG from '../../../assets/icons/default-featured-image.png.jpg';
import CommentComponent from './CommentComponent';
Expand Down Expand Up @@ -145,9 +145,7 @@ const ProductDetail: React.FC = () => {
>
구매하기
</PurchaseButton>
<WishButton
// onClick={() => addWishList(product.id)}
>
<WishButton onClick={() => addWishList(product.id)}>
찜하기
</WishButton>
</ButtonWrapper>
Expand Down

0 comments on commit d6efd79

Please sign in to comment.