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

fix: 1.0.5 버전에 따른 UI 수정 및 기능 추가 #163

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

stealmh
Copy link
Contributor

@stealmh stealmh commented Nov 21, 2024

#️⃣연관된 이슈

#156

📝작업 내용

  • Empty / Error 화면인 PokitCaution 내부 프로퍼티를 열거형으로 합쳤습니다. 이곳저곳에서 하드코딩된 string값이 사용되고 있기에 유지보수 차원에서 이번 작업과 함께 수정했습니다.
  • empty 시 카테고리추가 / 링크추가 액션들의 화면이동 로직을 연결했습니다.
  • 검색바 placeholder 수정

스크린샷 (선택)

💬리뷰 요구사항(선택)

포킷추가, 링크추가 버튼이 기존에 디자인시스템과 살짝 다른 것 같습니다.
hPadding이 16이던데 현재 적용한 수치는 작성해주신 버튼의 열거형을 토대로 작업해서 피그마 상 수치와 다릅니다. 디자이너분들과 상의필요..

close #156

@stealmh stealmh self-assigned this Nov 21, 2024
@stealmh stealmh closed this Nov 21, 2024
@stealmh stealmh deleted the fix/#156-ui-fix branch November 21, 2024 16:03
@stealmh stealmh restored the fix/#156-ui-fix branch November 21, 2024 16:04
@stealmh stealmh reopened this Nov 21, 2024
@stealmh stealmh changed the title feat: 1.0.5 버전에 따른 UI 수정 및 기능 추가 fix: 1.0.5 버전에 따른 UI 수정 및 기능 추가 Nov 21, 2024
@stealmh stealmh added Feat 기능구현 Fix 기능 수정 labels Nov 22, 2024
@stealmh stealmh linked an issue Nov 22, 2024 that may be closed by this pull request
2 tasks
Copy link
Contributor

@ShapeKim98 ShapeKim98 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 패딩값 다른 버튼은 디자이너 분들이랑 이야기 해볼게여
피그마상 디자인 시스템과 별개로 저 empty 화면 버튼의 패딩값을 수정한거 같아요

@@ -7,21 +7,79 @@

import SwiftUI

public enum CautionType {
Copy link
Contributor

Choose a reason for hiding this comment

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

열거형 너무 좋은거 같아요! 굳!

@stealmh stealmh merged commit 21cd383 into develop Nov 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 기능구현 Fix 기능 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.0.5 버전 업데이트에 따른 기능 추가 및 수정
2 participants