mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
add lazy loading to modals and dropdowns to improve time page render performance
This commit is contained in:
@@ -228,6 +228,7 @@ async function handleDeleteTimeEntry() {
|
||||
</div>
|
||||
|
||||
<TimeEntryEditModal
|
||||
v-if="showEditModal"
|
||||
v-model:show="showEditModal"
|
||||
:time-entry="timeEntry"
|
||||
:enable-estimated-time="enableEstimatedTime"
|
||||
|
||||
Reference in New Issue
Block a user