From ef95f4d9d57cd5f5c494df12605481fe974c2aa7 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Thu, 4 Jul 2024 08:56:47 +0200 Subject: [PATCH] Open links in the footer in a new browser tab or window. Fixes #9136. --- components/frontend/src/header_footer/Footer.js | 2 +- docs/src/changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/frontend/src/header_footer/Footer.js b/components/frontend/src/header_footer/Footer.js index c90a279d65..d868a5fdd4 100644 --- a/components/frontend/src/header_footer/Footer.js +++ b/components/frontend/src/header_footer/Footer.js @@ -14,7 +14,7 @@ function FooterItem({ children, icon, url }) { children ) return url ? ( - + {item} ) : ( diff --git a/docs/src/changelog.md b/docs/src/changelog.md index b7843c6d02..a56fba2af0 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -20,6 +20,7 @@ If your currently installed *Quality-time* version is not v5.13.0, please first - In the dropdown of the "Add metric" button, keep the two checkboxes next to each other regardless of the width of the menu. Fixes [#8745](https://github.com/ICTU/quality-time/issues/8745). - The icon of the trend graph tab would not be shown. Fixes [#8822](https://github.com/ICTU/quality-time/issues/8822). - Closing the Chromium browser in the renderer component after creating a PDF would not stop all browser child processes. Fixed by starting Chromium only once and reusing, instead of starting a new browser for each render. Fixes [#8979](https://github.com/ICTU/quality-time/issues/8979). +- Open links in the footer in a new browser tab or window. Fixes [#9136](https://github.com/ICTU/quality-time/issues/9136). ### Added