From c58cdc29c3e496d91694aceaa0cfa56fbea22063 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Wed, 22 Jul 2020 16:24:39 -0300 Subject: [PATCH] :construction: add navigation elements to the dropdown menu --- client/components/Dropdown.jsx | 91 ++++++++++++++-------- client/modules/IDE/pages/MobileIDEView.jsx | 4 +- 2 files changed, 61 insertions(+), 34 deletions(-) diff --git a/client/components/Dropdown.jsx b/client/components/Dropdown.jsx index f7429cfa..16a67475 100644 --- a/client/components/Dropdown.jsx +++ b/client/components/Dropdown.jsx @@ -3,6 +3,8 @@ import PropTypes from 'prop-types'; import { Link } from 'react-router'; import styled from 'styled-components'; import { remSize, prop, common } from '../theme'; +import IconButton from './mobile/IconButton'; +import Button from '../common/Button'; //