-
Notifications
You must be signed in to change notification settings - Fork 1
✨ feat: 공고리스트 구현 #123
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
✨ feat: 공고리스트 구현 #123
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b125c62
✨feat: 드롭다운 정렬 기능 구현
777d17c
Merge branch 'develop' into feat/NoticeList
8cb405f
✨feat: 검색기능 구현 및 정렬 기능 구현 완료
d30fbed
✨feat: 포스트 api 연동 및 공고 클릭시 해당 공고로 이동하게 함
9f2fc0a
♻️feat: 주석 처리
a4af561
♻️refactor: 코드 주석 정리 및 일관성 있는 형식으로 수정
minimo-9 253dca9
🐛 fix: 포스트 카드 모바일에서 시계 위치 수정
minimo-9 edfd48e
🎨 style: 맞춤 공고 및 전체 공고 섹션 스타일 개선 및 표시 항목 수 조정
minimo-9 22362fa
Merge branch 'develop' into feat/noticeList
minimo-9 9885d5b
🐛 fix: getNotices 함수 제거 및 중복 import 삭제
minimo-9 3398663
🐛 fix: Post 컴포넌트에서 button을 div로 변경
minimo-9 be8360c
🐛 fix: getNotices 함수 호출 시 쿼리 정리 및 타입 수정
minimo-9 502f8b5
Merge branch 'develop' into feat/noticeList
minimo-9 5d1cf6f
🐛 fix: 필터 컴포넌트에서 스크롤바 숨김 추가
minimo-9 615b800
🐛 fix: 필터 컴포넌트의 max-w 속성을 수정하여 레이아웃 개선
minimo-9 6f6cbe0
✨ feat: 공고 리스트 페이지 구현
minimo-9 290b56d
🐛 fix: formatWorkTime 함수에서 종료 시간을 계산하는 로직 수정
minimo-9 95bd39f
🐛 fix: 시작 시간을 KST에서 UTC로 변환하는 로직 수정
minimo-9 ed7fb18
🐛 fix: 공고 목록에서 에러 발생 시 모달로 오류 메시지 표시 및 스크롤 카드 선택자 수정
minimo-9 0c7674d
Merge branch 'develop' into feat/noticeList
minimo-9 8d427fa
🐛 fix: 내일 날짜 기준으로 필터링 시작 시간 설정 로직 수정
minimo-9 9d591bb
🐛 fix: 추천 공고 로직 개선 및 자동 스크롤 기능 추가
minimo-9 af96c14
🐛 fix: 사용자 로그인 상태에 따라 추천 공고 로직 수정
minimo-9 3295a85
Merge branch 'develop' into feat/noticeList
minimo-9 50a4750
🐛 fix: NoticeList 컴포넌트의 props 타입 정의 수정 및 불필요한 타입 제거
minimo-9 0473cb1
🐛 fix: 자동 스크롤 관련 코드 제거 및 피드백 반영
minimo-9 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
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.
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.
❓ 이미 페이지 구성은 정리된지라 구성을 변경하실 거라면 논의 후에 진행하셨으면 좋았을 것 같습니다~ 그리고 SearchPage 없이 구현이 가능할 것 같은데 어렵나요?
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.
네 알겠습니다 merge이후에 리펙토링때 수정해놓겠습니다