[#35] Feat/35/내워크스페이스페이지 - #36
Merged
Hidden character warning
The head ref may contain hidden characters: "Feat/35/\ub0b4\uc6cc\ud06c\uc2a4\ud398\uc774\uc2a4\ud398\uc774\uc9c0"
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
minzx23
approved these changes
May 11, 2026
minzx23
left a comment
Collaborator
There was a problem hiding this comment.
엄청나네요 완전 잘됩니다 고생하셨습니다~!
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
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.
❓이슈
📝 Description
/workspace내 워크스페이스 페이지를 구현하고 관련 API를 연결합니다.내 워크스페이스 목록
useGetMyWorkspaces훅으로 목록을 조회하고WorkspaceCard로 렌더링createWorkspace모달 오픈useCreateWorkspace뮤테이션으로 생성 요청, 성공 시 토스트 +/workspace/{id}이동addBox버튼에도 동일한 모달 오픈 동작 추가!wsData조건으로 판단해placeholderData활용 시 CLS 방지)초대받은 워크스페이스 목록
useGetInvitations훅으로 초대 목록 조회useGetAdminName(workspaceId)훅으로 항목별 개별 조회 (AdminName컴포넌트 분리)confirm모달을 먼저 띄우고, 확인 후 API 호출useAcceptInvitation→ 성공 시workspaces.my+workspaces.invitations쿼리 무효화useRejectInvitation→ 성공 시workspaces.invitations쿼리 무효화레이아웃
shrink-0으로 고정, 목록 영역만overflow-y-auto로 스크롤scrollbar-hide유틸리티 클래스로 숨김 처리 (globals.css에 추가)기타
ColorChips컴포넌트에selected,onSelectprops 추가 및 색상값 대문자 통일(GREEN등)GREEN으로 설정🌀 PR Type
어떤 변경 사항이 있나요?
✅ Checklist
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
Test Checklist