- Updated `getList` and `getTasksOnly` methods to skip expensive progress calculations by default, enhancing performance. - Introduced logging for performance metrics, including method execution times and warnings for deprecated methods. - Added new `getTaskProgressStatus` endpoint to provide basic progress stats without heavy calculations. - Implemented performance optimizations in the frontend, including lazy loading and improved rendering for task rows. - Enhanced task management slice with reset actions for better state management. - Added localization support for task management messages in multiple languages.
5 lines
195 B
JSON
5 lines
195 B
JSON
{
|
|
"noTasksInGroup": "Keine Aufgaben in dieser Gruppe",
|
|
"noTasksInGroupDescription": "Fügen Sie eine Aufgabe hinzu, um zu beginnen",
|
|
"addFirstTask": "Fügen Sie Ihre erste Aufgabe hinzu"
|
|
} |