From 6923f9dc7c65cecbb55726d1a5818e98c7dcfcf6 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 19 Jul 2024 14:37:52 +0530 Subject: [PATCH] Improved: UI as per the suggested changes(#243) Changed dynamic header on routing and rule page to static page title Changed color for draft status badge to medium Fixed issue of singular/plural when displaying archived routings Used ion-card specific syntax when displaying routing title and id --- src/locales/en.json | 3 +++ src/views/BrokeringQuery.vue | 4 ++-- src/views/BrokeringRoute.vue | 20 ++++++++++---------- src/views/BrokeringRuns.vue | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 34b51d6..3c08e28 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -122,8 +122,10 @@ "Queue": "Queue", "queue": "queue", "Rename": "Rename", + "Routing": "Routing", "Routing history": "Routing history", "Routing group information updated": "Routing group information updated", + "Routing Run": "Routing Run", "Rule Status": "Rule Status", "Rule name": "Rule name", "Run Now": "Run Now", @@ -131,6 +133,7 @@ "Run time": "Run time", "Running this schedule now will not replace this schedule. A copy of this schedule will be created and run immediately. You may not be able to reverse this action.": "Running this schedule now will not replace this schedule. A copy of this schedule will be created and run immediately. You may not be able to reverse this action.", "route name": "route name", + "rule": " rule", "rules": " rules", "run name": "run name", "Sales Channel": "Sales Channel", diff --git a/src/views/BrokeringQuery.vue b/src/views/BrokeringQuery.vue index ee05742..03e9eb3 100644 --- a/src/views/BrokeringQuery.vue +++ b/src/views/BrokeringQuery.vue @@ -5,12 +5,12 @@ - {{ currentRouting.routingName }} + {{ translate("Routing") }}
-