Skip to content

Commit

Permalink
๐Ÿ› ๏ธ ์•„์ด์ฝ˜ ๋ฏธ ์ ์šฉ ๋ฒ„๊ทธ ์ˆ˜์ • (#85)
Browse files Browse the repository at this point in the history
* feat: icon-sprite map ์ œ๊ฑฐ
* feat: ์•„์ดํฐ ์ด๋ฏธ์ง€ ์ œ๊ฑฐ
* feat: GlobalSVGProvider ์ ์šฉ
* feat: ์•„์ด์ฝ˜ ์ปดํฌ๋„ŒํŠธ href ์ˆ˜์ •
* feat: JSX ํ˜ธํ™˜์„ฑ์„ ์œ„ํ•ด ์†์„ฑ๋ช… ๋ณ€๊ฒฝ
* feat: profile-change ์•„์ด์ฝ˜ ์ ์šฉ
* feat: ํ”„๋กœํ•„ ๋ณ€๊ฒฝ ๋ฒ„ํŠผ ์Šคํƒ€์ผ ์ˆ˜์ •
* feat: ์•„์ด์ฝ˜ assets ์ œ๊ฑฐ
* feat: no-profile ์•„์ด์ฝ˜ ์ ์šฉ

Closes #75, #59
  • Loading branch information
BangDori authored May 30, 2024
1 parent 1975ccc commit 758f698
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 261 deletions.
Binary file removed public/assets/image/iPhone.png
Binary file not shown.
Binary file removed public/assets/image/iPhone_status.png
Binary file not shown.
220 changes: 0 additions & 220 deletions public/assets/sprites/common.svg

This file was deleted.

2 changes: 2 additions & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { RouterProvider } from 'react-router-dom';
import { queryClient } from '@/shared/react-query';
import { Toast } from '@/shared/toast';

import { GlobalSVGProvider } from './provider';
import { router } from './routers/index';
import './styles/global.scss';

Expand All @@ -15,6 +16,7 @@ function App() {

<Toast />
<ReactQueryDevtools />
<GlobalSVGProvider />
</QueryClientProvider>
);
}
Expand Down
Loading

0 comments on commit 758f698

Please sign in to comment.