From 0775ea402a68f721226cac6a106153821c13a67f Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Wed, 6 Mar 2019 19:27:58 +0100 Subject: [PATCH] feat: Add all official client SDKs to footer --- frontend/CHANGELOG.md | 3 ++- frontend/src/component/menu/drawer.jsx | 13 +++++++++++-- frontend/src/component/menu/footer.jsx | 2 ++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index b5550d213a..9d8c05979f 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. -## [next] +## [3.2.1] - fix: Fixed bug in history view preventing toggle-view. +- feat: Add all official client SDKs to footer ## [3.2.0] - feat: Initial beta support for variants diff --git a/frontend/src/component/menu/drawer.jsx b/frontend/src/component/menu/drawer.jsx index ac30a33a49..5bfdceaaa7 100644 --- a/frontend/src/component/menu/drawer.jsx +++ b/frontend/src/component/menu/drawer.jsx @@ -18,7 +18,9 @@ export const DrawerMenu = () => ( key={item.path} to={item.path} className={[styles.navigationLink, 'mdl-color-text--grey-600'].join(' ')} - activeClassName={[styles.navigationLink, 'mdl-color-text--black'].join(' ')} + activeClassName={[styles.navigationLink, 'mdl-color-text--black', 'mdl-color--light-blue-50'].join( + ' ' + )} > {item.title} @@ -26,10 +28,17 @@ export const DrawerMenu = () => (
+ + User documentation + GitHub diff --git a/frontend/src/component/menu/footer.jsx b/frontend/src/component/menu/footer.jsx index 1f8713745a..a263c2bf4a 100644 --- a/frontend/src/component/menu/footer.jsx +++ b/frontend/src/component/menu/footer.jsx @@ -20,6 +20,8 @@ export const FooterMenu = () => ( Node.js Java Go + Ruby + Python