changeset 3014:5a3ac4d3dbbb

client: replaced refresh icon in import overview and zoom controls with a more appropriate one The former icon in those places is better suitable in another context.
author Markus Kottlaender <markus@intevation.de>
date Thu, 11 Apr 2019 16:34:58 +0200
parents 30222bcbfec9
children fe88a9b151ca
files client/src/components/Zoom.vue client/src/components/importoverview/ImportOverview.vue client/src/main.js
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Zoom.vue	Thu Apr 11 14:37:13 2019 +0200
+++ b/client/src/components/Zoom.vue	Thu Apr 11 16:34:58 2019 +0200
@@ -10,7 +10,7 @@
       class="zoom-button border-0 bg-white ui-element border-right"
       @click="refreshMap"
     >
-      <font-awesome-icon icon="redo" />
+      <font-awesome-icon icon="sync" />
     </button>
     <button
       class="zoom-button border-0 bg-white rounded-right ui-element border-right"
--- a/client/src/components/importoverview/ImportOverview.vue	Thu Apr 11 14:37:13 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Thu Apr 11 16:34:58 2019 +0200
@@ -4,7 +4,7 @@
       icon="clipboard-check"
       :title="importReviewLabel"
       :closeCallback="$parent.close"
-      :actions="[{ callback: loadUpdatedLogs, icon: 'redo' }]"
+      :actions="[{ callback: loadUpdatedLogs, icon: 'sync' }]"
     />
     <div class="position-relative">
       <UISpinnerOverlay v-if="loading" />
--- a/client/src/main.js	Thu Apr 11 14:37:13 2019 +0200
+++ b/client/src/main.js	Thu Apr 11 16:34:58 2019 +0200
@@ -97,6 +97,7 @@
   faWater,
   faWrench,
   faRedo,
+  faSync,
   faCrosshairs
 } from "@fortawesome/free-solid-svg-icons";
 import {
@@ -159,6 +160,7 @@
   faWater,
   faWrench,
   faRedo,
+  faSync,
   faWindowMinimize,
   faWindowMaximize,
   faCrosshairs