-
Notifications
You must be signed in to change notification settings - Fork 1
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
added comment system #4
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,20 @@ | |||
import Component from 'ember-component'; | |||
import service from 'ember-service/inject'; | |||
import set from 'ember-metal/set'; |
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.
'set' is defined but never used no-unused-vars
@@ -0,0 +1,20 @@ | |||
import Component from 'ember-component'; | |||
import service from 'ember-service/inject'; | |||
import set from 'ember-metal/set'; |
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.
'set' is defined but never used no-unused-vars
@@ -0,0 +1,20 @@ | |||
import Component from 'ember-component'; | |||
import service from 'ember-service/inject'; | |||
import set from 'ember-metal/set'; |
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.
'set' is defined but never used no-unused-vars
Copied post's css and changed values. Only added .comment-list-head for expanding and collapsing comments