From 114b419a6957017ca6700d41b06fdb9493e739d5 Mon Sep 17 00:00:00 2001 From: Ronni Baslund Date: Sun, 24 May 2026 22:28:04 +0200 Subject: [PATCH] fix(operator): use refresh icon on Refresh buttons (was chevDown) Every page header's Refresh button rendered a downward chevron because the icon set had no refresh glyph. Added a circular-arrow 'refresh' icon to UiIcon and pointed all seven Refresh buttons (Overview, Tenants, Partners, Users, Operator team, Audit, Infrastructure) at it. --- apps/operator/components/UiIcon.vue | 3 ++- apps/operator/pages/audit.vue | 2 +- apps/operator/pages/index.vue | 2 +- apps/operator/pages/infrastructure.vue | 2 +- apps/operator/pages/operator-team.vue | 2 +- apps/operator/pages/partners/index.vue | 2 +- apps/operator/pages/tenants/index.vue | 2 +- apps/operator/pages/users.vue | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/operator/components/UiIcon.vue b/apps/operator/components/UiIcon.vue index 266953e..6dd1007 100644 --- a/apps/operator/components/UiIcon.vue +++ b/apps/operator/components/UiIcon.vue @@ -9,7 +9,7 @@ export type IconName = | 'search' | 'bell' | 'logout' | 'chevDown' | 'chevRight' | 'chevLeft' | 'chevUpDown' | 'arrowUp' | 'arrowDown' | 'arrowRight' - | 'external' + | 'external' | 'refresh' withDefaults( defineProps<{ @@ -68,5 +68,6 @@ withDefaults( + diff --git a/apps/operator/pages/audit.vue b/apps/operator/pages/audit.vue index 8060ea2..c6e5544 100644 --- a/apps/operator/pages/audit.vue +++ b/apps/operator/pages/audit.vue @@ -209,7 +209,7 @@ function fmtRelative(iso: string | null | undefined): string { > diff --git a/apps/operator/pages/index.vue b/apps/operator/pages/index.vue index 83ee458..65b6701 100644 --- a/apps/operator/pages/index.vue +++ b/apps/operator/pages/index.vue @@ -61,7 +61,7 @@ function fmtDate(d: string) { >