Skip to content

Conversation

@supersett
Copy link

@supersett supersett commented Oct 11, 2025

🏄🏼‍♂️‍ Summary (요약)

커스텀템플릿 관련 작업입니다

  • 커스텀 템플릿 조회
  • 커스텀 템플릿으로 회고 작성하기
  • 커스텀 템플릿 제목 변경
  • 커스텀 템플릿 삭제
KakaoTalk_Video_2025-10-11-16-19-19.mp4

@supersett supersett self-assigned this Oct 11, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 11, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • Not Rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 450-template-list

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@prgmr99 prgmr99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다..!!

몇가지 검토할 사항들이 있습니다! 확인부탁드려요~

const setRetrospectValue = useSetAtom(retrospectInitialState);

const handleSelectTemplate = () => {
console.log("templateId", templateId);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

콘솔은 제거하셔도 될거 같슴다~~

</DropdownMenu.Content>
</DropdownMenu>
)}
<Typography variant={"subtitle14SemiBold"}>{title}</Typography>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{} 괄호를 제거해도 될거 같슴다!!

Comment on lines 132 to 144
{!readOnly && (
<Button
colorSchema={"outline"}
onClick={(e) => {
e.stopPropagation();
navigate(PATHS.retrospectCreate(), {
state: { spaceId, templateId: id },
});
}}
>
선택하기
</Button>
)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

모바일에서 같이 사용되는 컴포넌트인거 같은데,
이 변경사항은 모바일 환경에서는 문제가 없을까요?

`}
>
<Typography variant="S2">{title}</Typography>
{readOnly && isLeader && (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 변경사항은 모바일 환경에서는 문제가 없을까요?

모바일 환경에서도 사용되는 컴포넌트인거 같은데, readOnly && isLeader도 같이 제거되어도 되는지
확인이 필요할거 같아요..!

Copy link
Member

@klmhyeonwoo klmhyeonwoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이얏 고생하셨습니다! 승준님 코멘트만 확인해주시면 좋을 것 같아요!

@supersett
Copy link
Author

공통사용되는 컴포넌트임을 확인하고, desktop view, moblie view 일경우 다른 ui 반영해서 커밋해두었습니다! 확인해주셔서 감사합니다!

@supersett
Copy link
Author

모바일, 데스크탑 동작 확인했습니다!

@supersett supersett merged commit 0f99ddd into develop Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants