Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] refactor: 디자인 시스템 컴포넌트로 교체 #841

Merged
merged 5 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:coverage": "jest --watchAll --coverage"
},
"dependencies": {
"@fun-eat/design-system": "^0.3.18",
"@fun-eat/design-system": "^0.4.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

와우우우우우우우 👍

"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"browser-image-compression": "^2.0.2",
Expand Down
52 changes: 0 additions & 52 deletions frontend/src/components/Common/Carousel/Carousel.stories.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions frontend/src/components/Common/Carousel/Carousel.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Button } from '@fun-eat/design-system';
import { Button, useToastActionContext } from '@fun-eat/design-system';
import type { ChangeEventHandler } from 'react';
import styled from 'styled-components';

import { IMAGE_MAX_SIZE } from '@/constants';
import { useEnterKeyDown } from '@/hooks/common';
import { useToastActionContext } from '@/hooks/context';

interface ReviewImageUploaderProps {
previewImage: string;
Expand Down
50 changes: 0 additions & 50 deletions frontend/src/components/Common/Input/Input.stories.tsx

This file was deleted.

97 changes: 0 additions & 97 deletions frontend/src/components/Common/Input/Input.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions frontend/src/components/Common/Skeleton/Skeleton.stories.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions frontend/src/components/Common/Skeleton/Skeleton.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/src/components/Common/Toast/Toast.stories.tsx

This file was deleted.

Loading
Loading