Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayTC committed Jul 23, 2019
1 parent 6f70496 commit 22797ef
Show file tree
Hide file tree
Showing 15 changed files with 575 additions and 606 deletions.
2 changes: 1 addition & 1 deletion media/cards/taskCard.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
{
"type": "TextBlock",
"spacing": "None",
"text": "{datetime}",
"text": "{$data['datewritten']}",
"isSubtle": true,
"wrap": true
}
Expand Down
2 changes: 1 addition & 1 deletion media/cards/taskCardWithActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
{
"type": "TextBlock",
"spacing": "None",
"text": "{datetime}",
"text": "{$data['datetime']}",
"isSubtle": true,
"wrap": true,
"size": "Small",
Expand Down
18 changes: 15 additions & 3 deletions out/model/nodes/TaskItemNode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion out/model/nodes/TaskItemNode.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 44 additions & 51 deletions out/teamworkProjects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion out/teamworkProjects.js.map

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion out/teamworkProjectsApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22797ef

Please sign in to comment.