Skip to content

Commit

Permalink
Template-only components in Ui add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
nummi committed Sep 13, 2019
1 parent 567aa90 commit 487c982
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 60 deletions.
7 changes: 0 additions & 7 deletions lib/ui/addon/components/disclosure-triangle.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ui/addon/components/empty-message.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ui/addon/components/error-page.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/ui/addon/components/send-to-console.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ui/addon/components/toolbar-clear-button.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ui/addon/components/toolbar-divider.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ui/addon/components/toolbar-reload-button.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/disclosure-triangle.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/empty-message.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/error-page.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/send-to-console.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/toolbar-clear-button.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/ui/app/components/ui/toolbar-divider.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/ui/app/components/ui/toolbar-reload-button.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
>
{{svg-jar "disclosure-triangle" width="9px" height="9px"}}
</button>

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="empty-message" ...attributes>
{{svg-jar "ember-icon-empty" width="129px" height="129px"}}
<div class="empty-message__content">{{yield}}</div>
</div>
</div>

Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
</div>
</div>
</div>

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
>
{{svg-jar "send-with-text" width="20px" height="10px"}}
</button>

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
>
{{svg-jar "clear-2" width="13px" height="13px"}}
</button>

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<div class="divider" aria-hidden="true"></div>

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
>
{{svg-jar "reload" width="13px" height="13px"}}
</button>

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12013,4 +12013,4 @@ yazl@^2.5.1:
yeast@0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=

0 comments on commit 487c982

Please sign in to comment.