From a8e6d28eab6fad319b83774cd2f7ea4905403b37 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Thu, 13 Nov 2025 15:20:30 +0100 Subject: [PATCH] improve initial mount performance for groupedtimeentrytable by streaming in the rows mounting the rows mounts lots of nested components which results in a delay on the initial mount. --- .../src/TimeEntry/TimeEntryGroupedTable.vue | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/resources/js/packages/ui/src/TimeEntry/TimeEntryGroupedTable.vue b/resources/js/packages/ui/src/TimeEntry/TimeEntryGroupedTable.vue index 8132b5cc..cba5e59f 100644 --- a/resources/js/packages/ui/src/TimeEntry/TimeEntryGroupedTable.vue +++ b/resources/js/packages/ui/src/TimeEntry/TimeEntryGroupedTable.vue @@ -1,5 +1,5 @@