From 7e304dc3c23321de0629f6dc01e3fe326b0ab4b3 Mon Sep 17 00:00:00 2001 From: Paladox none Date: Mon, 1 Jul 2019 23:34:39 +0000 Subject: [PATCH 1/2] Add extension point to the footer The use case here is so that users can add links to there Privacy policy or Code of conduct. Change-Id: Iedc15009e237674d2ba14a620864eb4ca918e498 --- polygerrit-ui/app/elements/gr-app.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polygerrit-ui/app/elements/gr-app.html b/polygerrit-ui/app/elements/gr-app.html index b8d4bef6d5..00b41675a7 100644 --- a/polygerrit-ui/app/elements/gr-app.html +++ b/polygerrit-ui/app/elements/gr-app.html @@ -182,6 +182,7 @@ limitations under the License. Powered by Gerrit Code Review ([[_version]]) +
| Press “?” for keyboard shortcuts +
From eea6edaa431d895863bb15b4d5904afda3c97242 Mon Sep 17 00:00:00 2001 From: brohlfs Date: Fri, 5 Apr 2019 09:13:04 +0200 Subject: [PATCH 2/2] Add a 'banner' extension point Feature: Issue 5791 Change-Id: Id2ca0982888f972c4f7a815a29b9bc35738c7c5e (cherry picked from commit 848de213ab87619c4ae6aacdbea050b0115c9cbb) --- polygerrit-ui/app/elements/gr-app.html | 1 + 1 file changed, 1 insertion(+) diff --git a/polygerrit-ui/app/elements/gr-app.html b/polygerrit-ui/app/elements/gr-app.html index 00b41675a7..0c3dabb801 100644 --- a/polygerrit-ui/app/elements/gr-app.html +++ b/polygerrit-ui/app/elements/gr-app.html @@ -127,6 +127,7 @@ limitations under the License. color: #b71c1c; } +