Skip to content
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

merge :: 디자인 시스템 - Toast #53

Merged
merged 2 commits into from
Oct 16, 2022
Merged

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Oct 16, 2022

개요

디자인 시스템의 Toast 작업
스크린샷 2022-10-16 오후 3 42 40

Simulator.Screen.Recording.-.iPhone.14.Pro.-.2022-10-16.at.15.54.18.mp4

작업사항

  • DmsToast 작업

사용방법

VStack {

}
.dmsToast(isShowing: $isShowing, message: "asdasfas", style: .info)

@baekteun baekteun linked an issue Oct 16, 2022 that may be closed by this pull request
@baekteun baekteun requested a review from sian7563 as a code owner October 16, 2022 06:50
@baekteun baekteun requested a review from limsaehyun October 16, 2022 06:51
@baekteun baekteun self-assigned this Oct 16, 2022
@baekteun baekteun added the ✨feat 새로운 기능을 추가 할 경우 label Oct 16, 2022
Rectangle()
.fill(Color.GrayScale.gray1)
.cornerRadius(4)
.shadow(color: .GrayScale.gray9.opacity(0.08), radius: 16, x: 0, y: 1)
Copy link
Member

Choose a reason for hiding this comment

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

개인적으로 들여쓰기를 했스면 좋을 거 같아요

 .shadow(color: .GrayScale.gray9.opacity(0.08), 
         radius: 16, 
         x: 0, 
         y: 1)

Copy link
Member

Choose a reason for hiding this comment

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

별로 안긴가?

Copy link
Member Author

@baekteun baekteun Oct 16, 2022

Choose a reason for hiding this comment

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

swiftLint상으로는 문제없어서 그냥 두긴했는데, 바꾸는게 좋을거같기도 하네용

Copy link
Member Author

Choose a reason for hiding this comment

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

린트 반영 완료! 이외의 다른 기존 린트 방식도 변경

@baekteun baekteun merged commit 35b1ed2 into develop Oct 16, 2022
@baekteun baekteun deleted the 47-design-system-toast branch October 16, 2022 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

디자인 시스템에 토스트 추가!
3 participants