-
Notifications
You must be signed in to change notification settings - Fork 2
[Feature] 2차 피드백 반영 #97
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4a2feb1
feat: 2차 피드백 반영
yeonjin719 2df07eb
fix: 콘솔 로그 삭제
yeonjin719 ba6e8a6
fix: 콘솔로그 삭제
yeonjin719 d8e066b
fix: 코드 리뷰 피드백 반영
yeonjin719 1a84e67
Merge branch 'develop' into feature/#92
yeonjin719 eabac48
fix: import 오류 수정
yeonjin719 172eaeb
feat: queryInvalidate 추가
yeonjin719 e4da228
fix: 코드 리뷰 반영
yeonjin719 564993d
fix: 빌드 에러 해결
yeonjin719 1abe0e9
fix: 절대 경로로 변경
yeonjin719 95f437a
feat: 충돌 해결
yeonjin719 4953ef7
fix: 빌드 에러 해결
yeonjin719 ed67324
fix: 코드리뷰 반영
yeonjin719 b125dfb
fix: 코드리뷰 반영
yeonjin719 848a1e1
fix: 빌드 에러 해결
yeonjin719 4ba38b7
feat: 레이아웃 수정
yeonjin719 889ac65
fix: 빌드 에러 해결
yeonjin719 010eeae
fix: 최종 반영
yeonjin719 776ebff
feat: 쿼리키 로직 수정
yeonjin719 949c8c8
fix: 코드리뷰 반영
yeonjin719 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,19 @@ | ||
| import './App.css'; | ||
| import '@/App.css'; | ||
|
|
||
| import { useMemo } from 'react'; | ||
| import { RouterProvider } from 'react-router-dom'; | ||
|
|
||
| import { DeviceTokenProvider } from '@/providers/deviceTokenProvider'; | ||
| import { alarmKeys } from '@/queryKey/queryKey'; | ||
| import router from '@/routes/routes'; | ||
|
|
||
| function App() { | ||
| return <RouterProvider router={router} />; | ||
| const refetchKeys = useMemo(() => [alarmKeys._def], []); | ||
| return ( | ||
| <DeviceTokenProvider refetchKeys={refetchKeys}> | ||
| <RouterProvider router={router} /> | ||
| </DeviceTokenProvider> | ||
| ); | ||
| } | ||
|
|
||
| export default App; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.