Skip to content

[Feat/#78] 수정하기 버튼#80

Merged
Leeyoonji23 merged 13 commits intodevelopfrom
feat/#78/editBtn
Jul 11, 2025
Merged

[Feat/#78] 수정하기 버튼#80
Leeyoonji23 merged 13 commits intodevelopfrom
feat/#78/editBtn

Conversation

@Leeyoonji23
Copy link
Copy Markdown
Contributor

@Leeyoonji23 Leeyoonji23 commented Jul 10, 2025

💡 Summary

close #78

✅ Tasks

  • 나의 만다라트 뷰에서 사용되는 수정하기 버튼 구현
  • edit 페이지 라우터 추가

👀 To Reviewer

디쌤들 의견 반영해서 수정했습니닷

📸 Screenshot

2025-07-10.9.45.52.mov

@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@Leeyoonji23 Leeyoonji23 changed the title [Feat/#78] [Feat/#78] 수정하기 버튼 Jul 10, 2025
@Leeyoonji23 Leeyoonji23 self-assigned this Jul 10, 2025
@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Collaborator

@jisooooooooooo jisooooooooooo left a comment

Choose a reason for hiding this comment

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

굿이염 👍🏻😜

transition: 'all 0.3s ease',
':hover': {
width: '17.5rem',
padding: '0 0 0 2.4rem',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

p5) paddingLeft: '2.4rem' 저는 이런 거 좋아해요 ㅎㅎ
그냥 저스트 취향공유🐧~

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

반영하고 싶었으나... 스타일 수정하면서 없앴읍니다...ㅎㅎ
나중에 이런 상황이 생기면 그렇게 할게요!

@github-actions
Copy link
Copy Markdown

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Contributor

@shinjigu shinjigu left a comment

Choose a reason for hiding this comment

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

수정하기 버튼 수고하셨습니다 윤지언니 짱 🤩🤩🤩

transition: 'clip-path 0.3s ease',
':hover': {
backgroundImage: colors.gradient05,
clipPath: 'circle(100% at center)',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p5) 신기하당

Comment on lines +12 to +14
justifyContent: 'flex-end',
alignItems: 'center',
gap: '1rem',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p4) gap 속성 실제로는 justifyContent: 'flex-end'로 인해 사용되지 않는 거 아닌가요 ? 아닐 수도 있는데 그냥 궁금해서 물어봅니다 💭

Comment on lines +20 to +27
return (
<button type="button" className={styles.editBtnWrapper} onClick={handleClick}>
<span className={styles.editText}>수정하기</span>
<div className={styles.editIcon}>
<IcPencil className={styles.iconSvg} />
</div>
</button>
);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p4) 접근성을 위해 aria-label이나 title 속성을 추가하는 건 어떤가요 ??

Copy link
Copy Markdown
Contributor

@kwonsaebom kwonsaebom left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다 👍🏻 👍🏻

borderRadius: '50%',
backgroundColor: colors.grey3,
color: colors.white01,
zIndex: 1,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p2) zIndex 는 토큰화해서 분리해놨는데 그 파일에 추가하시면 더 좋을 것 같습니다 😊

Copy link
Copy Markdown
Contributor Author

@Leeyoonji23 Leeyoonji23 Jul 11, 2025

Choose a reason for hiding this comment

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

이 부분을 고민해봤는데… 새봄님이 작성해주신 zIndex 토큰화는 주로 헤더, 모달, 툴팁 등 전역적으로 우선순위가 중요한 컴포넌트에 사용되는 패턴이라, 지금처럼 저만 사용하는 (...?) 수정하기 버튼의 z-index: 1은 굳이 토큰화하지 않고 인라인으로 두는 게 더 적절하다고 판단했습니다!

다른 분들의 의견은 어떠신지 궁금해욥

@Leeyoonji23 Leeyoonji23 merged commit a0b850a into develop Jul 11, 2025
4 checks passed
@jisooooooooooo jisooooooooooo deleted the feat/#78/editBtn branch September 11, 2025 00:45
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.

[Feature] 수정하기 버튼

4 participants