From ca2f4074a94a9ecf09b82c627b4f2314277d3427 Mon Sep 17 00:00:00 2001 From: Olivier Floch Date: Tue, 11 Feb 2025 15:16:50 +0100 Subject: [PATCH] feedback --- .../pool/network/PoolNetworksTable.vue | 10 +---- .../layouts/confirm-modal-layout.story.vue | 4 +- .../modals/layouts/form-modal-layout.story.md | 4 +- .../layouts/form-modal-layout.story.vue | 4 +- .../button-group/vts-button-group.story.vue | 4 +- .../card/vts-card-row-key-value.story.vue | 8 ++-- .../web-core/ui/button/ui-button.story.md | 2 +- .../web-core/ui/button/ui-button.story.vue | 2 +- .../web-core/ui/card/ui-card-title.story.vue | 2 +- .../ui/head-bar/ui-head-bar.story.vue | 4 +- .../web-core/ui/panel/ui-panel.story.vue | 4 +- .../table-actions/ui-table-actions.story.vue | 2 +- .../web-core/ui/title/ui-title.story.vue | 4 +- .../ui/button-icon/UiButtonIcon.vue | 41 ++++++++++--------- .../lib/components/ui/button/UiButton.vue | 16 ++++---- .../src/components/pool/PoolNetworksTable.vue | 10 +---- 16 files changed, 54 insertions(+), 67 deletions(-) diff --git a/@xen-orchestra/lite/src/components/pool/network/PoolNetworksTable.vue b/@xen-orchestra/lite/src/components/pool/network/PoolNetworksTable.vue index 6f8aa810008..644081cc8ea 100644 --- a/@xen-orchestra/lite/src/components/pool/network/PoolNetworksTable.vue +++ b/@xen-orchestra/lite/src/components/pool/network/PoolNetworksTable.vue @@ -3,14 +3,7 @@ {{ $t('networks') }} @@ -146,7 +139,6 @@ import { faEdit, faEllipsis, faHashtag, - faPlus, faPowerOff, faTrash, } from '@fortawesome/free-solid-svg-icons' diff --git a/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue b/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue index 645ca4291bb..c4d1aed3429 100644 --- a/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue +++ b/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue @@ -15,8 +15,8 @@ diff --git a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.md b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.md index 478fd757160..417a015cfc4 100644 --- a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.md +++ b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.md @@ -9,9 +9,9 @@ - + ``` diff --git a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue index ce657617021..bb37daa2b84 100644 --- a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue +++ b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue @@ -23,8 +23,8 @@ diff --git a/@xen-orchestra/lite/src/stories/web-core/button-group/vts-button-group.story.vue b/@xen-orchestra/lite/src/stories/web-core/button-group/vts-button-group.story.vue index c6e6402ea8e..f816954dc89 100644 --- a/@xen-orchestra/lite/src/stories/web-core/button-group/vts-button-group.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/button-group/vts-button-group.story.vue @@ -7,8 +7,8 @@ ]" > - Cancel - Call to action + Cancel + Call to action diff --git a/@xen-orchestra/lite/src/stories/web-core/card/vts-card-row-key-value.story.vue b/@xen-orchestra/lite/src/stories/web-core/card/vts-card-row-key-value.story.vue index 3fb4ff54871..37ee2090d1c 100644 --- a/@xen-orchestra/lite/src/stories/web-core/card/vts-card-row-key-value.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/card/vts-card-row-key-value.story.vue @@ -21,7 +21,7 @@ @@ -42,7 +42,7 @@ @@ -54,8 +54,8 @@ Connected diff --git a/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.md b/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.md index 1659172462b..f6c705b36a4 100644 --- a/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.md +++ b/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.md @@ -1,5 +1,5 @@ Here is some doc for UiButton component ```vue-template -Click me +Click me ``` diff --git a/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.vue b/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.vue index a61f16f2a3c..b2dc2627c35 100644 --- a/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/ui/button/ui-button.story.vue @@ -28,7 +28,7 @@ :presets="{ 'Save Button': { props: { - accent: 'success', + accent: 'brand', leftIcon: faFloppyDisk, rightIcon: undefined, }, diff --git a/@xen-orchestra/lite/src/stories/web-core/ui/card/ui-card-title.story.vue b/@xen-orchestra/lite/src/stories/web-core/ui/card/ui-card-title.story.vue index 34b2cd3ce1e..2a877254668 100644 --- a/@xen-orchestra/lite/src/stories/web-core/ui/card/ui-card-title.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/ui/card/ui-card-title.story.vue @@ -15,7 +15,7 @@ diff --git a/@xen-orchestra/lite/src/stories/web-core/ui/head-bar/ui-head-bar.story.vue b/@xen-orchestra/lite/src/stories/web-core/ui/head-bar/ui-head-bar.story.vue index 89c54c64fb7..f52198d4b30 100644 --- a/@xen-orchestra/lite/src/stories/web-core/ui/head-bar/ui-head-bar.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/ui/head-bar/ui-head-bar.story.vue @@ -19,8 +19,8 @@ migrating... (34%) diff --git a/@xen-orchestra/lite/src/stories/web-core/ui/panel/ui-panel.story.vue b/@xen-orchestra/lite/src/stories/web-core/ui/panel/ui-panel.story.vue index af6907cb270..4524e170a5e 100644 --- a/@xen-orchestra/lite/src/stories/web-core/ui/panel/ui-panel.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/ui/panel/ui-panel.story.vue @@ -23,8 +23,8 @@ >