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

refactor: remove handlebars #56

Merged
merged 9 commits into from
Dec 19, 2019
Merged

refactor: remove handlebars #56

merged 9 commits into from
Dec 19, 2019

Conversation

heenakwag
Copy link
Member

@heenakwag heenakwag commented Dec 5, 2019

  • apply tui-code-snippet@2
  • apply template of tui-code-snippet
  • docs, package.json, webpack ... will be modified after deploying tui-code-snippet@2.2.0 and tui-time-picker@2.0.3
  • Test will be passed after applying latest of tui-code-snippet and tui-time-picker

src/js/rangeModel/index.js Outdated Show resolved Hide resolved
Comment on lines +129 to +132
'<div class="tui-calendar">'
+ ' <div class="tui-calendar-header"></div>'
+ ' <div class="tui-calendar-body"></div>'
+ '</div>';
Copy link
Member

Choose a reason for hiding this comment

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

템플릿 리터럴을 사용할 수 있으면 참 좋겠지만..
이렇게 사용할 수도 있습니다ㅎ

this._container.innerHTM = [
  '<div class="tui-calendar">',
  '<div class="tui-calendar-header"></div>',
  '<div class="tui-calendar-body"></div>',
  '</div>'
].join('');

src/js/datepicker/index.js Outdated Show resolved Hide resolved
Copy link
Member

@jung-han jung-han left a comment

Choose a reason for hiding this comment

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

리뷰 완료입니다!

Copy link
Member

@seonim-ryu seonim-ryu left a comment

Choose a reason for hiding this comment

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

[12/6] 리뷰 완료합니다. 고생 많으셨어요 👍 빌드 실패는 나중에 꼭 확인해주세요!

@heenakwag heenakwag force-pushed the refactor/remove-handlebars branch from 1dd3b1a to 0e3410a Compare December 12, 2019 02:50
@heenakwag heenakwag merged commit 7c14e85 into master Dec 19, 2019
@heenakwag heenakwag deleted the refactor/remove-handlebars branch December 19, 2019 04:22
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.

3 participants