File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1212 "sonarlint.connectedMode.project" : {
1313 "connectionId" : " kleros" ,
1414 "projectKey" : " kleros_kleros-v2"
15+ },
16+ "editor.codeActionsOnSave" : {
17+ "source.fixAll.eslint" : true
1518 }
1619}
Original file line number Diff line number Diff line change 11import React from "react" ;
22import styled , { css } from "styled-components" ;
3- import { landscapeStyle } from "styles/landscapeStyle" ;
3+
44import { useToggle } from "react-use" ;
5- import { useLockOverlayScroll } from "hooks/useLockOverlayScroll" ;
5+
66import KlerosSolutionsIcon from "svgs/menu-icons/kleros-solutions.svg" ;
7+
8+ import { useLockOverlayScroll } from "hooks/useLockOverlayScroll" ;
9+
10+ import { landscapeStyle } from "styles/landscapeStyle" ;
11+ import { responsiveSize } from "styles/responsiveSize" ;
12+
713import ConnectWallet from "components/ConnectWallet" ;
814import LightButton from "components/LightButton" ;
915import { Overlay } from "components/Overlay" ;
1016
17+ import Logo from "./Logo" ;
1118import DappList from "./navbar/DappList" ;
1219import Explore from "./navbar/Explore" ;
1320import Menu from "./navbar/Menu" ;
1421import Help from "./navbar/Menu/Help" ;
1522import Settings from "./navbar/Menu/Settings" ;
1623
1724import { PopupContainer } from "." ;
18- import { responsiveSize } from "styles/responsiveSize" ;
19- import Logo from "./Logo" ;
2025
2126const Container = styled . div `
2227 display: none;
Original file line number Diff line number Diff line change 11import React , { useContext , useMemo , useRef } from "react" ;
22import styled , { css } from "styled-components" ;
3+
34import { useClickAway , useToggle } from "react-use" ;
4- import { landscapeStyle } from "styles/landscapeStyle" ;
5+
56import HamburgerIcon from "svgs/header/hamburger.svg" ;
7+
8+ import { landscapeStyle } from "styles/landscapeStyle" ;
9+
610import LightButton from "components/LightButton" ;
711
8- import NavBar from "./navbar" ;
912import Logo from "./Logo" ;
13+ import NavBar from "./navbar" ;
1014
1115const Container = styled . div `
1216 display: flex;
You can’t perform that action at this time.
0 commit comments