Skip to content

Commit

Permalink
feat(category-nav): add a all-files button
Browse files Browse the repository at this point in the history
  • Loading branch information
velrest committed Sep 1, 2020
1 parent c4e010a commit 3b861f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addon/components/category-nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
</div>
</div>
<ul class="uk-nav uk-width-medium uk-margin-top">
<CategoryNav::Category
@category={{
hash name=(t "alexandria.category-nav.all-files") color="#e3e3e3"
}}
@selected={{eq @selected undefined}}
/>
{{#each this.categories as |category|}}
<CategoryNav::Category
@category={{category}}
Expand Down

0 comments on commit 3b861f2

Please sign in to comment.