From 71edb476cb2e7013af593e463679f00ab5b1721f Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:50:56 -0400 Subject: [PATCH 1/3] Update manager-dashboard.component.html Made nation status messages more visible --- src/app/manager-dashboard/manager-dashboard.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/manager-dashboard/manager-dashboard.component.html b/src/app/manager-dashboard/manager-dashboard.component.html index b065769f89..3bfa32746e 100644 --- a/src/app/manager-dashboard/manager-dashboard.component.html +++ b/src/app/manager-dashboard/manager-dashboard.component.html @@ -69,9 +69,9 @@

{{ planetType === 'community' ? 'Nation' : 'Cent List Resources List Courses -

Checking request status...

-

Your request has been rejected by { planetType, select, community {nation} nation {center}}. You can retry or contact { planetType, select, community {nation} nation {center}} planet.

-

Your request has not been accepted by { planetType, select, community {nation} nation {center}}

+

Checking request status...

+

Your request has been rejected by { planetType, select, community {nation} nation {center}}. You can retry or contact { planetType, select, community {nation} nation {center}} planet.

+

Your request has not been accepted by { planetType, select, community {nation} nation {center}}

Your tablet pin number is: {{ ' ' + pin + ' ' }} From a9f88b0098a4885c2bfcc2ad2d640195bf10dd63 Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:59:23 -0400 Subject: [PATCH 2/3] Update manager-dashboard.component.html added the word yet --- src/app/manager-dashboard/manager-dashboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/manager-dashboard/manager-dashboard.component.html b/src/app/manager-dashboard/manager-dashboard.component.html index 3bfa32746e..c31840c7e0 100644 --- a/src/app/manager-dashboard/manager-dashboard.component.html +++ b/src/app/manager-dashboard/manager-dashboard.component.html @@ -71,7 +71,7 @@

{{ planetType === 'community' ? 'Nation' : 'Cent

Checking request status...

Your request has been rejected by { planetType, select, community {nation} nation {center}}. You can retry or contact { planetType, select, community {nation} nation {center}} planet.

-

Your request has not been accepted by { planetType, select, community {nation} nation {center}}

+

Your request has not yet been accepted by { planetType, select, community {nation} nation {center}}

Your tablet pin number is: {{ ' ' + pin + ' ' }} From ee9096679e8a4ecaa2658fd1e4a7cd236f60879b Mon Sep 17 00:00:00 2001 From: dogi Date: Fri, 18 Oct 2024 15:52:03 -0400 Subject: [PATCH 3/3] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4540ead51c..592fe16b88 100755 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.14.91", + "version": "0.14.93", "myplanet": { - "latest": "v0.20.38", - "min": "v0.19.38" + "latest": "v0.20.47", + "min": "v0.19.47" }, "scripts": { "ng": "ng",