mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
reduce API calls by filtering in widget.js
This commit is contained in:
@@ -955,9 +955,9 @@
|
||||
"none": "None"
|
||||
},
|
||||
"vikunja": {
|
||||
"projects": "Total Active Projects",
|
||||
"tasks": "Tasks Due This Week",
|
||||
"overdue": "Overdue Tasks",
|
||||
"inprogress": "Tasks In Progress"
|
||||
"projects": "Active Projects",
|
||||
"tasks7d": "Tasks Due This Week",
|
||||
"tasksOverdue": "Overdue Tasks",
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user