add lazy loading to modals and dropdowns to improve time page render performance

This commit is contained in:
Gregor Vostrak
2026-02-17 13:54:26 +01:00
parent 7f145cf1c2
commit f1d001e03e
4 changed files with 17 additions and 7 deletions

View File

@@ -228,6 +228,7 @@ async function handleDeleteTimeEntry() {
</div>
<TimeEntryEditModal
v-if="showEditModal"
v-model:show="showEditModal"
:time-entry="timeEntry"
:enable-estimated-time="enableEstimatedTime"