You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The No-Due column on the overview page is a killer for load time
I have hundreds of cards that don't have dates on them because
that feature isn't used, so the page load time takes 5-6 seconds.
Attempting to add a flag to deactivate loading them optionally,
so I can skip that list.
Signed-off-by: Rob Emery <git@mintsoft.net>
Copy file name to clipboardExpand all lines: docs/API.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1128,6 +1128,7 @@ Deck stores user and app configuration values globally and per board. The GET en
1128
1128
| --- | --- |
1129
1129
| calendar | Determines if the calendar/tasks integration through the CalDAV backend is enabled for the user (boolean) |
1130
1130
| cardDetailsInModal | Determines if the bigger view is used (boolean) |
1131
+
| hideNoDueOnOverview | Determines if the No Due Date column should be displayed |
1131
1132
| cardIdBadge | Determines if the ID badges are displayed on cards (boolean) |
1132
1133
| groupLimit | Determines if creating new boards is limited to certain groups of the instance. The resulting output is an array of group objects with the id and the displayname (Admin only)|
1133
1134
@@ -1173,6 +1174,7 @@ Deck stores user and app configuration values globally and per board. The GET en
0 commit comments