color editing

This commit is contained in:
Jori Lallo
2017-10-29 23:22:46 -07:00
parent a1bfde7aec
commit e70a8c2495
18 changed files with 261 additions and 16 deletions

View File

@ -11,6 +11,7 @@ async function present(ctx: Object, collection: Collection) {
url: collection.getUrl(),
name: collection.name,
description: collection.description,
color: collection.color || '#4E5C6E',
type: collection.type,
createdAt: collection.createdAt,
updatedAt: collection.updatedAt,