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

Floating Action Button #85

Merged
merged 40 commits into from
Sep 11, 2022
Merged

Floating Action Button #85

merged 40 commits into from
Sep 11, 2022

Conversation

EvergreenTree97
Copy link
Contributor

@EvergreenTree97 EvergreenTree97 commented Sep 4, 2022

What's new?

  1. FloatingActionButton 구현
  2. MenuFloatingActionButton 구현
  3. zeplin 업데이트 된 아이콘 추가
  4. kdoc 문서화
  5. snapshot test(parameter 설정이 애매)

feat/quack-fab 으로 했어야 했는데 브랜치 네이밍 잘 맞추겠습니다

참고사항

  • MenuFloatingActionButton같은 경우 Dialog로 표현됨 따라서 Window 기준 offset을 재서 어디로 이동하던 간에 메뉴가 버튼 위에 위치할 수 있도록 설정
    image

체크 리스트

  • Reviewer 과 Assignees 를 확인했습니다.
  • label 을 확인했습니다

@EvergreenTree97 EvergreenTree97 added UI documentation Rebuild project website labels Sep 4, 2022
@EvergreenTree97 EvergreenTree97 self-assigned this Sep 4, 2022
@EvergreenTree97 EvergreenTree97 changed the title Feat/quack fab Floating Action Button Sep 4, 2022
@jisungbin
Copy link
Contributor

jisungbin commented Sep 4, 2022

스냅샷 찍어주세요

엥 있네요 왜 안보였지 죄송해요

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2022

Codecov Report

❗ No coverage uploaded for pull request base (develop@72eb63d). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop      #85   +/-   ##
==========================================
  Coverage           ?   33.17%           
==========================================
  Files              ?       56           
  Lines              ?     2387           
  Branches           ?      426           
==========================================
  Hits               ?      792           
  Misses             ?     1500           
  Partials           ?       95           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@jisungbin jisungbin left a comment

Choose a reason for hiding this comment

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

지금 밖이라 이따 집 가서 이어서 봐드릴게요!

@jisungbin
Copy link
Contributor

jisungbin commented Sep 4, 2022

label 에 deploy 빠졌어요
스냅샷 배포가 안됐네요 😭

@github-actions
Copy link

github-actions bot commented Sep 4, 2022

 ______________________________________
/ 새로운 테스트 커버리지 HTML 리포트가 \
| 배포되었습니다.                      |
| https://quack-test.duckie.team/ 에서 |
\ 확인하실 수 있습니다.                /
 --------------------------------------
     \
      \
          oO)-.                       .-(Oo
         /__  _\                     /_  __\
         \  \(  |     ()~()         |  )/  /
          \__|\ |    (-___-)        | /|__/
          '  '--'    ==`-'==        '--'  '

@github-actions
Copy link

github-actions bot commented Sep 4, 2022

 _________________________________________
/ 새로운 UI 컴포넌트 스냅샷이배포되었습니 \
| 다.                                     |
| https://quack-ui.duckie.team/ 에서      |
\ 확인하실 수 있습니다.                   /
 -----------------------------------------
    \
     \
    ^__^         /
    (oo)\_______/  _________
    (__)\       )=(  ____|_ \_____
        ||----w |  \ \     \_____ |
        ||     ||   ||           ||

Copy link
Contributor

@jisungbin jisungbin left a comment

Choose a reason for hiding this comment

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

퍼포먼스적으로 문제가 몇몇 있어서 고쳐야 할 거 같네요 😢
그래도 수고하셨어요! 감사합니당

@jisungbin
Copy link
Contributor

jisungbin commented Sep 4, 2022

아맞다! 플레이그라운드 추가도 필요해요

@EvergreenTree97
Copy link
Contributor Author

EvergreenTree97 commented Sep 6, 2022

요거 QuackMainTabTextLazyRow 참고하시고 한 번 수정해서 적용해보시겠어요?

onTabContainerSizeChanged = { size ->
                tabHeight = size.height
},

요 콜백은 Density를 따로 사용하지 않는 듯 한데 이유가 있을까요?

@jisungbin
Copy link
Contributor

jisungbin commented Sep 6, 2022

요 콜백은 Density를 따로 사용하지 않는 듯 한데 이유가 있을까요?

필요한 값 단위가 픽셀이기 때문입니다. @EvergreenTree97

@jisungbin jisungbin added the release Releasing a current version of the Catalog label Sep 11, 2022
@jisungbin jisungbin merged commit 89eae3a into develop Sep 11, 2022
@jisungbin jisungbin deleted the feat/quack_fab branch September 11, 2022 06:33
@jisungbin jisungbin temporarily deployed to github-pages September 11, 2022 06:33 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Rebuild project website release Releasing a current version of the Catalog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants