add table group chart, adapt to api changes

This commit is contained in:
Gregor Vostrak
2024-05-21 18:40:03 +02:00
parent 2e710795ec
commit 867d6eff18
15 changed files with 506 additions and 102 deletions

View File

@@ -54,7 +54,7 @@ export const useTimeEntriesStore = defineStore('timeEntries', () => {
queries: {
only_full_dates: 'true',
member_id: getCurrentMembershipId(),
before: dayjs(latestTimeEntry.start).utc().format(),
end: dayjs(latestTimeEntry.start).utc().format(),
},
}),
undefined,