From fe95a60f4644d0692410e1dacee5360b9f1f7665 Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Fri, 26 Aug 2022 20:00:18 -0500 Subject: [PATCH] Listorder component updated to show order's date in ANSI international format --- CHANGELOG.md | 1 + src/app/listorders/listorders.component.css | 2 +- src/app/listorders/listorders.component.html | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197d89b..ecfa6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed +- Listorders component updated to show date in ANSI international format. - Settings component updated to use owner's invoices field to control integrations tab (Pro version) - Orders list updated to show payment confirmation only when service is diff --git a/src/app/listorders/listorders.component.css b/src/app/listorders/listorders.component.css index 5495dd0..fbca950 100644 --- a/src/app/listorders/listorders.component.css +++ b/src/app/listorders/listorders.component.css @@ -98,7 +98,7 @@ img.icon{ .orderListTitle { font-family: 'Roboto Mono'; - font-size: 16px; + font-size: 15px; font-weight: 600; } diff --git a/src/app/listorders/listorders.component.html b/src/app/listorders/listorders.component.html index c4bc544..6d344ff 100644 --- a/src/app/listorders/listorders.component.html +++ b/src/app/listorders/listorders.component.html @@ -33,23 +33,26 @@ -
+
{{order.totalZec | number: '1.08'}} -
+
- - +
+ - {{order.timestamp | date: 'MM/dd/YY, hh:mm a'}} - + {{order.timestamp | date: 'YYYY-MM-dd, HH:mm'}} +