diff --git a/CHANGELOG.md b/CHANGELOG.md index aae096148..1d1ce0aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ [#1723](https://github.com/nextcloud/cookbook/pull/1743) @j0hannesr0th - Add Android client to README [#1767](https://github.com/nextcloud/cookbook/pull/1767) @lneugebauer +- Show info for empty cookbook or categories in recipe overview + [#1866](https://github.com/nextcloud/cookbook/pull/1767) @seyfeb ### Fixed - Fix translation string to not contain quotes diff --git a/src/components/RecipeList.vue b/src/components/RecipeList.vue index f8f8b1e3e..14d35ae1f 100644 --- a/src/components/RecipeList.vue +++ b/src/components/RecipeList.vue @@ -1,5 +1,70 @@