-
Notifications
You must be signed in to change notification settings - Fork 8
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] 사용자가 약속에 참여할 수 있는 시간 표시 및 수정 기능 구현 #23
Merged
Merged
Conversation
This file contains 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
- 더 이상 사용하지 않는 ESLint 규칙 삭제(airbnb, typescript-eslint) - react-router-dom, @tanstack/react-query, @emotion/babel-plugin 추가 - ESLint, babel 설정 수정
- API_URL 상수화 및 환경 변수로 관리
Yoonkyoungme
approved these changes
Jul 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같이 작업하시느라 수고하셨습니다👍👏
Largopie
approved these changes
Jul 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같이 확인 열심히 잘 했어요~! 🐫 👍
hw0603
pushed a commit
to hw0603/momo-cicd-playground
that referenced
this pull request
Jul 19, 2024
* chore: 사용하지 않는 gitkeep 파일 삭제 * chore: 의존성 수정 - 더 이상 사용하지 않는 ESLint 규칙 삭제(airbnb, typescript-eslint) - react-router-dom, @tanstack/react-query, @emotion/babel-plugin 추가 - ESLint, babel 설정 수정 * chore: 스타일 테마 설정 및 글로벌 레이아웃 스타일 선언 * feat: 가능한 시간을 선택, 수정, 조회할 수 있는 api 함수 구현 - API_URL 상수화 및 환경 변수로 관리 * feat(useTimePick): 드래그로 가능한 시간을 표시할 수 있도록 하는 커스텀 훅 구현 * feat(Button): 공통 버튼 컴포넌트 구현 * feat(TimePicker): 드래그로 시간을 표시할 수 있도록 하는 컴포넌트 구현 * feat(MeetingTimePickPage): 가능한 시간을 표시할 수 있는 페이지 컴포넌트 구현 * feat: 라우팅 설정 및 쿼리, 테마 프로바이더 적용 * chore: ESLint 규칙 추가 * chore: eol 수정 * fix: 불필요한 코드 제거
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
관련 이슈
작업 내용
Screen.Recording.2024-07-16.at.23.02.21.mov
특이 사항