Implementação de cache para melhoria de performance na navegação Manage time

This commit is contained in:
Paulo Porto
2026-05-27 10:17:36 -03:00
parent 946fab12ca
commit 29a461ea63
3 changed files with 201 additions and 7 deletions

View File

@@ -169,6 +169,7 @@
promise: null,
},
timeManagementActivityCache: new Map(),
timeManagementWeekCache: new Map(),
pendingTimeManagementHighlightRowId: "",
timeManagementDatePicker: {
isOpen: false,