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: 디바운스 타임 변경 #614

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

songpink
Copy link
Contributor

@songpink songpink commented Oct 22, 2024

📌 관련 이슈

close #613

✨ 작업 내용

디바운스 타임을 다음과 같이 변경했습니다.

  • 공모글 작성/수정 시 제출 버튼 800ms -> 1200ms

  • Alert 확인 버튼 200ms -> 1200ms
    변경 이유: 디바운스 타임을 뒀음에도 버튼 연타를 통해서 중복 서버요청이 보내지는 것 같아요. 이 버튼들은 정상적으로 사용할 때에는 자주 누를 일이 없는 버튼이어서 디바운스 타임을 크게 줬습니다. 2초정도로 둬도 괜찮지 않을까 싶지만 혹시 모르니 1200정도로 뒀어용

  • 공모글 작성/수정 시 총원 +,- 버튼 200ms -> 0ms
    변경 이유: 이 버튼은 연타를 할 일이 많은데 200ms를 두니 총원이 바뀌는게 답답하더라고요. 그래서 아예 해제했습니다.

📚 기타

@songpink songpink self-assigned this Oct 22, 2024
Copy link
Contributor

@chaehyuns chaehyuns left a comment

Choose a reason for hiding this comment

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

수고했서용 알송송

@songpink songpink merged commit 8b4bf8b into develop Oct 22, 2024
3 checks passed
@ChooSeoyeon ChooSeoyeon deleted the feature/613-adjust-debounce-time branch October 23, 2024 08:06
fromitive pushed a commit that referenced this pull request Nov 28, 2024
* fix: 공모글 작성/수정 제출 버튼 디바운스타임 1200ms로 조정

* fix: 공모글 작성/수정 시 총원 조절 버튼 디바운스 해제

* fix: Alert 확인 버튼 디바운스타임 1200ms로 조정
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.

⚡ 특정 버튼 디바운스 시간 조정
2 participants