From efa3b1163404eb6f48f735cc0b92b533f209241f Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 31 Jan 2023 11:59:32 -0600 Subject: [PATCH 1/3] Add session expiration to order list --- src/app/listorders/listorders.component.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/listorders/listorders.component.html b/src/app/listorders/listorders.component.html index 04239dc..21c193f 100644 --- a/src/app/listorders/listorders.component.html +++ b/src/app/listorders/listorders.component.html @@ -1,6 +1,7 @@

{{(ownerUpdate | async)!.name}}

+

Session valid until: {{(ownerUpdate | async)!.expiration | date}}

@@ -11,10 +12,10 @@ - +
From d11bc8667d926a469fed1240f0b1590295cbf583 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Wed, 1 Feb 2023 13:10:35 -0600 Subject: [PATCH 2/3] Add icons to buttons in orderlist --- src/app/listorders/listorders.component.css | 4 ++++ src/app/listorders/listorders.component.html | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/listorders/listorders.component.css b/src/app/listorders/listorders.component.css index ba1ccc9..2f70772 100644 --- a/src/app/listorders/listorders.component.css +++ b/src/app/listorders/listorders.component.css @@ -11,6 +11,10 @@ background: lightgray; } +.icon{ + font-family: 'Material Icons'; +} + .orderheader { background-color: lightgrey !important; } diff --git a/src/app/listorders/listorders.component.html b/src/app/listorders/listorders.component.html index 21c193f..73a841a 100644 --- a/src/app/listorders/listorders.component.html +++ b/src/app/listorders/listorders.component.html @@ -1,11 +1,16 @@

{{(ownerUpdate | async)!.name}}

-

Session valid until: {{(ownerUpdate | async)!.expiration | date}}

+

Session valid until: {{(ownerUpdate | async)!.expiration | date}} + +

@@ -14,6 +19,7 @@ From f86249a0ec33525608ed3235cdcd89e5dbc36e6e Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 23 Feb 2023 14:33:33 -0600 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/app/app.component.html | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f98a7..567a428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0-beta] - 2023-02-23 + +### Added + +- Service to request language tokens from server + +### Changed + +- Parametrization of text elements + ## [1.4.1] - 2023-01-09 ### Added diff --git a/package.json b/package.json index ee7dafd..8672f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zgo", - "version": "1.4.1", + "version": "2.0.0-beta", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app.component.html b/src/app/app.component.html index a906cad..2bc1925 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -45,7 +45,7 @@ style="margin-top: 10px; margin-bottom: 20px;">
© 2023 Vergara Technologies LLC
-
Version 1.4.1
+
Version 2.0.0-beta
{{ vE.mainPriceData }}