Collection display template (#487)

* Add translation strings for adding/editing item

* Add display_template to collection type

* Dont use functional for skeleton loader

* Make title optional and add title slot

* Make title prop optional in private view

* Render -- for null values in render template

* Render display template in header bar

* Render null values in template as subdued --

* Render status dot aligned in the middle

* Fetch latest collections on settings save
This commit is contained in:
Rijk van Zanten
2020-04-27 10:50:38 -04:00
committed by GitHub
parent 7fde68d8f0
commit 9e28932a42
15 changed files with 61 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ export interface CollectionRaw {
managed: boolean;
icon: string | null;
translation: Translation[] | null;
display_template: string | null;
}
export interface Collection extends CollectionRaw {