From fc199d6f74dfc7dc0e04c7f87bad02da39553e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 2 Feb 2023 09:49:27 +0100 Subject: [PATCH 1/2] Add title for button in NcAppNavigationCaption doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue index 7fee593250..ff0927ace2 100644 --- a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue +++ b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue @@ -8,6 +8,7 @@ + This is an action From 4a5c1936b566c8f709a66a7ee8559675b42d6de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 2 Feb 2023 10:20:15 +0100 Subject: [PATCH 2/2] Add aria-label to buttons in IconSvgWrapper doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue b/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue index 9d0abe91a1..8ff52a57e5 100644 --- a/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue +++ b/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue @@ -30,27 +30,27 @@ Render raw SVG string icons. ```vue