Get progress info from trello

This commit is contained in:
Jonathan Barrow
2021-04-19 16:21:50 -04:00
parent 5f50fe4ed1
commit 9be553cd9f
8 changed files with 457 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
</div>
<div class="all-progress-lists">
{{#each progressLists}}
{{#each progressLists.sections}}
<div class="purple-card">
{{> progress-list data=this }}
</div>