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

[Design] Color,Font,Navbar세팅 #2

Merged
merged 9 commits into from
Feb 23, 2025
Merged

[Design] Color,Font,Navbar세팅 #2

merged 9 commits into from
Feb 23, 2025

Conversation

JjungminLee
Copy link
Member

@JjungminLee JjungminLee commented Feb 20, 2025

#️⃣ Issue Number

#1

📝 요약(Summary)

  • color,font작업
  • 네비바 작업
junior_nav.mp4
senior_nav.mp4

💬 공유사항 to 리뷰어

[텍스트 사용하는 방법]
Text( "Hello flutter", style: WeveText.header1(color: WeveColor.main.orange1), )

  • style : {텍스트 이름(color: 지정된 컬러이름)} 방식으로 텍스트를 사용하시면 됩니다.
  • 컬러를 지정하지 않을 경우 검은색이 디폴트값입니다.

[네비바]

  • getX -> river pod으로 패키지를 변경했습니다-!
  • svg icon 업로드를 위해 flutter_svg 패키지를 추가했습니다-!
  • flutter pub get 을 꼭 해주세요!
  • 지금은 navbar를 수동으로 MainScreen.dart에서 주니어,시니어 별로 바꿔 사용해야하지만 모드 기능이 완성되면 이런 로직은 삭제해 두겠습니다!

✅ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@JjungminLee JjungminLee added the Design UI와 관련된 작업 label Feb 20, 2025
@JjungminLee JjungminLee self-assigned this Feb 20, 2025
@JjungminLee JjungminLee requested a review from eunsoA as a code owner February 20, 2025 05:45
@JjungminLee JjungminLee linked an issue Feb 20, 2025 that may be closed by this pull request
3 tasks
@JjungminLee JjungminLee changed the title [Design] 디자인시스템 작업 [Design] Color,Font,Navbar세팅 Feb 22, 2025
@eunsoA
Copy link
Collaborator

eunsoA commented Feb 23, 2025

안녕하세요 쩡킹!
초기 세팅 잡아주신 코드 내용 천천히 확인해봤습니다.

지난번에 이야기했던 대로 features/ 아래에 junior 와 senior로 나뉘고, 공통적인 내용은 core/와 commons/에 분리해주셨네요!
초기 구조 잡는게 가장 힘들텐데 고생많으셨습니다!

저도 시니어 공통 컴포넌트 정리 마무리하고 다음주부터 같이 작업할게요! 수고많으셨습니다 :)
해당 PR은 머지할게요!

@eunsoA eunsoA merged commit c9824c1 into main Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design UI와 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] Color,Font,Navbar세팅
2 participants