Skip to content

Commit 984374c

Browse files
2 parents e4c11f5 + a699199 commit 984374c

17 files changed

+115
-40
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include appstore/Makefile
22

3-
VERSION=2.5.0.dev0
3+
VERSION=2.5.0
44
MAIN=things3_kanban
55
APP=things3_app
66
SERVER=things3_api

doc/view-2020-dark.png

-242 KB
Loading

doc/view-2020-minutes.png

-701 Bytes
Loading

doc/view-2020-stats.png

2.1 KB
Loading

doc/view-2020-types.png

12 KB
Loading

doc/view-2020-universe.png

207 Bytes
Loading

doc/view-2020.png

-35.8 KB
Loading

resources/chartjs-plugin-labels.min.js

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/kanban.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ html,
22
body {
33
background: #fff;
44
border: 0;
5-
font-family: helvetica, arial, sans-serif;
5+
font-family: "SF Pro Display", helvetica, arial, sans-serif;
66
font-size: 76%;
77
height: 100%;
88
margin: 0;
@@ -126,7 +126,6 @@ body {
126126
background-color: #fff;
127127
border-radius: 3px;
128128
box-shadow: 2px 2px #999;
129-
font-family: Arial, Helvetica, sans-serif;
130129
font-size: 12px;
131130
margin: 15px;
132131
padding: 10px;

resources/kanban.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
88
<script type="text/javascript" src="kanban.js"></script>
99
<script type="text/javascript" src="chart.bundle.min.js"></script>
10+
<script type="text/javascript" src="chartjs-plugin-labels.min.js"></script>
1011
<title>KanbanView</title>
1112
</head>
1213
<body>

0 commit comments

Comments
 (0)