From bb4f19da27327bcd878b0e59f5172c37e358cd39 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 8 Jun 2026 15:16:46 +0200 Subject: [PATCH] feat(time-tracking): add the time-entry list --- .../time-tracking/TimeEntryList.vue | 247 ++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 frontend/src/components/time-tracking/TimeEntryList.vue diff --git a/frontend/src/components/time-tracking/TimeEntryList.vue b/frontend/src/components/time-tracking/TimeEntryList.vue new file mode 100644 index 000000000..384894427 --- /dev/null +++ b/frontend/src/components/time-tracking/TimeEntryList.vue @@ -0,0 +1,247 @@ + + + + +