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

[NDD-312] Toast 개발 완료 (10h / 8h) #171

Merged
merged 21 commits into from
Dec 7, 2023
Merged

[NDD-312] Toast 개발 완료 (10h / 8h) #171

merged 21 commits into from
Dec 7, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    0540e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e58d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f9fa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3edd41d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167a0cb View commit details
    Browse the repository at this point in the history
  6. fix: autoClose 타입 변경

    autoClose 속성이 true이면 토스트가 바로 사라지는 문제 발생
    milk717 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0713add View commit details
    Browse the repository at this point in the history
  7. remove: 토스트 업데이트 관련 로직 제거

    업데이트는 토스트를 사용해서 promise 등의 상태를 표시해줄 때 필요함.
    
    추후 이 부분이 기획으로 추가된다면 그 때 개발하기
    milk717 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cc83052 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6c2f4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb0330b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a47941e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85e5a08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5f55f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32b7734 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a85d9cf View commit details
    Browse the repository at this point in the history
  15. rename: Toast -> ToastItem

    milk717 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    98ba903 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    020f773 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c37e73d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    3ada210 View commit details
    Browse the repository at this point in the history
  2. refactor: useAnimationEnd 훅 제거하고 컴포넌트에 직접 리스너 달기

    react는 바닐라가 아니야!!!
    milk717 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5a45371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfc0ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9853786 View commit details
    Browse the repository at this point in the history