From dd92ce4d75f994628a295354657d5b75851011bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20David=20Guam=C3=A1n?= Date: Tue, 24 Aug 2021 13:07:06 -0500 Subject: [PATCH 1/3] style: TT-320 Improve customers and users tables (#737) Co-authored-by: Edgar Guaman --- .../time-entries-table/time-entries-table.component.html | 4 ++-- .../users/components/users-list/users-list.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html index ee771bcb7..fee2f96b6 100644 --- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html +++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html @@ -10,7 +10,7 @@ ID User email Date - Duration (hours) + Duration Time in Time out Project @@ -31,7 +31,7 @@ {{ entry.start_date | date: 'MM/dd/yyyy' }} - + {{ entry.end_date | substractDate: entry.start_date }} {{ entry.start_date | date: 'HH:mm' }} diff --git a/src/app/modules/users/components/users-list/users-list.component.html b/src/app/modules/users/components/users-list/users-list.component.html index 517d4271f..c91ec16f4 100644 --- a/src/app/modules/users/components/users-list/users-list.component.html +++ b/src/app/modules/users/components/users-list/users-list.component.html @@ -7,16 +7,16 @@ [dtOptions]="dtOptions"> - User Email Names + User Email Groups - {{ user.email }} {{ user.name }} + {{ user.email }} Date: Mon, 23 Aug 2021 17:31:20 -0500 Subject: [PATCH 2/3] feat: TT-321 Improve modal interface --- .../details-fields/details-fields.component.html | 2 +- .../time-entries/pages/time-entries.component.html | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/modules/shared/components/details-fields/details-fields.component.html b/src/app/modules/shared/components/details-fields/details-fields.component.html index 3c9c1839a..30fc74870 100644 --- a/src/app/modules/shared/components/details-fields/details-fields.component.html +++ b/src/app/modules/shared/components/details-fields/details-fields.component.html @@ -173,6 +173,6 @@ diff --git a/src/app/modules/time-entries/pages/time-entries.component.html b/src/app/modules/time-entries/pages/time-entries.component.html index ac2060ef3..bede2cf1f 100644 --- a/src/app/modules/time-entries/pages/time-entries.component.html +++ b/src/app/modules/time-entries/pages/time-entries.component.html @@ -96,11 +96,16 @@