This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
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
nangkyeonglim
suggested changes
Aug 15, 2023
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.
고생하셨어요! 코멘트 확인만 해주세요~!
frontend/src/components/TrashCanTable/useRestoreDeletedWritings.ts
Outdated
Show resolved
Hide resolved
…ong-gle into feature/trash-can-248
echo724
force-pushed
the
feature/trash-can-248
branch
2 times, most recently
from
August 16, 2023 05:22
9023453
to
6edc034
Compare
nangkyeonglim
approved these changes
Aug 16, 2023
…ong-gle into feature/trash-can-248
jeonjeunghoon
force-pushed
the
feature/trash-can-248
branch
from
August 16, 2023 11:02
6edc034
to
e32e7eb
Compare
yogjin
approved these changes
Aug 16, 2023
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.
수고하셨습니다~
echo724
added a commit
that referenced
this pull request
Aug 18, 2023
* test: trash api handler 추가 * feat: `trash` api 요청 로직 구현 * feat: 휴지통 컴포넌트 구현 * feat: `TrashCanPage` 페이지 추가 * feat: `TrashCan` 과 `TrashCanPage` 연결 * feat: `Layout` 에 휴지통 연결 * Merge branch 'develop' of https://github.com/woowacourse-teams/2023-dong-gle into feature/trash-can-248 * feat: TrashCanTable 추가 * feat: 휴지통 페이지 router에 연결 * test: 휴지통 mocking 데이터 추가 * fix: 체크 박스 버그 수정 * feat: useDeletedPermanentWritings 추가 * feat: useRestoreDeletedWritings 추가 * feat: `useTrashCanTable` 훅 구현 * feat: `TrashCanTable` 에 훅 추가 * test: mocking data 수정 * feat: `useDeletedWritings` 훅 구현 * feat: `DeletedWritingList` 컴포넌트 구현 * feat: 체크된 글이 없을 때 글 삭제/복구 로직 방어 * fix: 잘못된 메시지 수정 * design: 카테고리, 휴지통 스타일 수정 * design: WritingList 스타일 수정 * chore: backend reverse commit 생성 --------- Co-authored-by: echo724 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🛠️ Issue
✅ Tasks
⏰ Time Difference
📝 Note
categoryId
WritingList에서 Props로 사용하는 categoryId 가 애매해서 추상화하지 못하고 있습니다. API 명세가 바뀌면 그때 할 수 있을 것같아요.