Skip to content

Conversation

@kimorkim
Copy link
Collaborator

No description provided.

Tnks2U and others added 30 commits January 2, 2023 15:28
dialog_time이 계속 만들어 지는것이 아니라 remove_dialog로 제거 될수 있도록 처리
사이드 이펙트는 체크 필요
cancelEdit 할때 generateWsBlock에서 restore하지 않도록 처리
feat: 웹연결 버튼 조건 변경
- 버튼 중복입력을 방지하기 위해 쓰로틀링 추가
 Change the icobot_get_discomfort_index_value
[#5643] 마이크로비트 버튼이벤트 추가
feat: 버튼이벤트 블록 위치 수정
@kimorkim kimorkim merged commit 5ff7917 into master Jan 26, 2023
// 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')
) {

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