Skip to content

Conversation

@Tnks2U
Copy link
Collaborator

@Tnks2U Tnks2U commented Jan 20, 2023

Tnks2U and others added 20 commits January 2, 2023 15:28
feat: 웹연결 버튼 조건 변경
- 버튼 중복입력을 방지하기 위해 쓰로틀링 추가
 Change the icobot_get_discomfort_index_value
[#5643] 마이크로비트 버튼이벤트 추가
feat: 버튼이벤트 블록 위치 수정
@Tnks2U Tnks2U requested review from kimorkim, lizwan and prisml January 20, 2023 05:08
// INFO: 디바이스가 모바일이거나 일렉트론이면 1차적으로 제외
if (userAgentString.includes('mobile') || userAgentString.includes('electron')) {
return false;
} else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 129. Maximum allowed is 100.

// INFO: 디바이스가 모바일이거나 일렉트론이면 1차적으로 제외
if (userAgentString.includes('mobile') || userAgentString.includes('electron')) {
return false;
} else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace userAgentString.includes('whale')·||·userAgentString.includes('edge')·||·userAgentString.includes('chrome') with ⏎············userAgentString.includes('whale')·||⏎············userAgentString.includes('edge')·||⏎············userAgentString.includes('chrome')⏎········

Suggested change
} else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) {
} else if (
userAgentString.includes('whale') ||
userAgentString.includes('edge') ||
userAgentString.includes('chrome')
) {

@Tnks2U Tnks2U merged commit aaae127 into develop Jan 25, 2023
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.

4 participants