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

header alarm 구현완료 #102

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open

header alarm 구현완료 #102

wants to merge 24 commits into from

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    5df2417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8303eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b771cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    d653f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b650e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5682fe View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    deb3f1c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    48a352a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f00d848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766843e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix: useOnView 수정: parameter, useEffect deps

    useEffect deps: ref -> ref.current로 수정
    
    ref.current가 변경되었음에도 ref는 동일하기에 useEffect가 실행되지 않는 케이스가 있어 수정함
    live-small committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5e067ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b72f22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f28db0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c390cff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f987f73 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. No commit message

    live-small committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c09bec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020fd94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73790af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef91700 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb8722a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0efa59a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6e43f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. fix: 공통 컨벤션으로 수정

    파일명, 타입모듈명, type -> interface
    live-small committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a62da14 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. fix: Alarm 무한스크롤 구현 시 필요한 상태값, 컴포넌트에서 관리하도록 수정

    전역, 컴포넌트로 섞여있었음 -> 컴포넌트에서만 관리
    live-small committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    54e36fc View commit details
    Browse the repository at this point in the history