add new datepicker to time entry picker, add am/pm support

This commit is contained in:
Gregor Vostrak
2025-05-20 12:53:51 +02:00
parent 15411ec0c8
commit 0bd32dee39
5 changed files with 189 additions and 137 deletions

View File

@@ -119,7 +119,8 @@ function deleteSelected() {
</script>
<template>
<TimeEntryCreateModal
<AppLayout title="Dashboard" data-testid="time_view">
<TimeEntryCreateModal
v-model:show="showManualTimeEntryModal"
:enable-estimated-time="isAllowedToPerformPremiumAction()"
:create-project="createProject"
@@ -130,7 +131,6 @@ function deleteSelected() {
:tasks
:tags
:clients></TimeEntryCreateModal>
<AppLayout title="Dashboard" data-testid="time_view">
<MainContainer
class="pt-5 lg:pt-8 pb-4 lg:pb-6">
<div