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

Feat/20 side bookmark #28

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Feat/20 side bookmark #28

wants to merge 27 commits into from

Conversation

choibumsu
Copy link
Member

1. Timer 깜빡이는 현상 제거

  • re-render 시점에 props가 약간 더 빠르게 반영되면서 숫자 깜빡이는 현상 제거
  • 기존 깜빡이는 숫자는 re-render 시점 전에 opacity 0 으로 안 보이도록 함
  • re-render 시점에도 변하는 않는 Guard를 표시
  • Guard는 re-render 후 제거

2. Bookmark 편집 기능 추가

  • BookmarkEdit 컴포넌트에서 수정, 추가 담당
  • Bookmark 기본값 지정 및 이미지 추가

3. MainBookmarkList 추가

  • Timer 아래에 북마크 리스트 추가 (최대 4개)

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 메인 Timer 깜빡이는 현상 제거 [feat] SideBookMark 기능 추가
1 participant