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'}} +