-
Notifications
You must be signed in to change notification settings - Fork 496
develop-hw 최신화 #2478
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
develop-hw 최신화 #2478
Conversation
*Total -- 970.05kb -> 157.61kb (83.75%) /images/block_icon/hardware_bzr2.svg -- 247.28kb -> 0.91kb (99.63%) /images/block_icon/hardware_dc.svg -- 248.25kb -> 1.61kb (99.35%) /images/block_icon/hardware_led.svg -- 249.30kb -> 1.90kb (99.24%) /images/hw/iCOBOT_Front.png -- 174.26kb -> 105.80kb (39.28%) /images/beta_tag.svg -- 0.43kb -> 0.34kb (20.67%) /images/hardware/KKMOO.png -- 50.53kb -> 47.05kb (6.89%) Signed-off-by: ImgBotApp <[email protected]>
Issue/5899 2
Issue/5899
[#5764] 신규 판단, 값블록 구현
[5760] 하드웨어 최소버전안내문구 entrylms => modal로 변경
- 다국어, 블록메뉴 위치 수정
[#5764] 신규 판단, 값블록 구현 추가 수정
[4.23.0] 하드웨어 1.9.40 PR
[ImgBot] Optimize images
| try { | ||
| await Promise.all(this.execPromises); | ||
| } catch (e) {} | ||
| } catch (e) { } |
There was a problem hiding this comment.
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 🐶
Delete ·
| } catch (e) { } | |
| } catch (e) {} |
| resolve(null); | ||
| } | ||
| ); | ||
| Entry.modal.alert(content, title, { |
There was a problem hiding this comment.
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 🐶
Insert ⏎····················
| Entry.modal.alert(content, title, { | |
| Entry.moda | |
| l.alert(content, title, { |
| } | ||
| ); | ||
| Entry.modal.alert(content, title, { | ||
| withDontShowAgain: true |
There was a problem hiding this comment.
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 withDontShowAgain:·true with ····withDontShowAgain:·true,
| withDontShowAgain: true | |
| withDontShowAgain: true,e |
| withDontShowAgain: true | ||
| }).then((data: { dontShowChecked: boolean }) => { |
There was a problem hiding this comment.
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 ················}) with ····················})⏎····················
| withDontShowAgain: true | |
| }).then((data: { dontShowChecked: boolean }) => { | |
| withDontShowAgain: true }) | |
| ).then((data: { dontShowChecked: boolean }) => { |
| Entry.modal.alert(content, title, { | ||
| withDontShowAgain: true | ||
| }).then((data: { dontShowChecked: boolean }) => { | ||
| const { dontShowChecked } = data || {}; |
There was a problem hiding this comment.
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 🐶
Insert ····
| const { dontShowChecked } = data || {}; | |
| const { dontShowChecked } = data || {}; |
| const { dontShowChecked } = data || {}; | ||
| if (dontShowChecked) { | ||
| localStorage.setItem('skipNoticeHWOldVersion', 'true'); | ||
| } |
There was a problem hiding this comment.
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 🐶
Insert ····
| } | |
| } |
| localStorage.setItem('skipNoticeHWOldVersion', 'true'); | ||
| } | ||
| resolve(null); | ||
| }) |
There was a problem hiding this comment.
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 }) with ····});
| }) | |
| });) |
| localStorage.setItem('skipNoticeHWOldVersion', 'true'); | ||
| } | ||
| resolve(null); | ||
| }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| contentResult += `${this.Block(block)}\n`; | ||
| try { | ||
| if (index === 0 && Entry.TextCodingUtil.isEventBlock(block)) { | ||
| rootResult = `${this.Block(block)}\n`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if (index === 0 && Entry.TextCodingUtil.isEventBlock(block)) { | ||
| rootResult = `${this.Block(block)}\n`; | ||
| } else { | ||
| contentResult += `${this.Block(block)}\n`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.