From d7b20c981a55a025eb975ef27ed86f43ff5325b4 Mon Sep 17 00:00:00 2001 From: David Kellner <52860029+kellnerd@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:31:54 +0200 Subject: [PATCH] refactor(menu): Combine "Revisions" and "Recent imports" into a dropdown --- src/client/containers/layout.js | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/client/containers/layout.js b/src/client/containers/layout.js index 1ce157d8b..6bc7bb7da 100644 --- a/src/client/containers/layout.js +++ b/src/client/containers/layout.js @@ -126,10 +126,6 @@ class Layout extends React.Component { {' Identifier Types '} - - - {' Review recent imports '} - ); @@ -345,12 +341,23 @@ class Layout extends React.Component { {!(homepage || hideSearch) && this.renderSearchForm()}