From 78da1c680ceecbf3336594bbd07ef6e8510b97e5 Mon Sep 17 00:00:00 2001 From: benjaminadk Date: Thu, 14 Mar 2019 07:58:14 -0700 Subject: [PATCH] :fire: Remove remote exam download --- docs/README.md | 7 +++++-- src/renderer/components/Navigation/Drawer/index.js | 14 +++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 07e3eed..dea51fb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,15 +4,18 @@ JSON based, open source and free exam simulator. ![Windows](https://img.shields.io/badge/platform-windows-lightgrey.svg) ![AppVeyor](https://img.shields.io/appveyor/ci/exam-simulator/simulator.svg?style=popout) -![Macos](https://img.shields.io/badge/platform-macos-lightgrey.svg) ![Travis \(.org\)](https://img.shields.io/travis/exam-simulator/simulator.svg?style=popout) +![Macos](https://img.shields.io/badge/platform-macos-lightgrey.svg) ![Travis (.org)](https://img.shields.io/travis/exam-simulator/simulator.svg?style=popout) ![](https://img.shields.io/github/downloads/exam-simulator/simulator/total.svg?style=popout) ### [Documentation](https://exam-simulator.gitbook.io/exam-simulator) +## Notes + +This project is in alpha release. Stay tuned for lots of improvements and updates. + ## Donate The app is free, but I won't turn down a donation. 🤑 [![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKMDFU4LLE6NU&source=url) - diff --git a/src/renderer/components/Navigation/Drawer/index.js b/src/renderer/components/Navigation/Drawer/index.js index 4328b1f..12364b4 100644 --- a/src/renderer/components/Navigation/Drawer/index.js +++ b/src/renderer/components/Navigation/Drawer/index.js @@ -90,7 +90,7 @@ const MenuItem = styled.div` ` const Spacer0 = styled.div` - height: calc(100vh - 55rem); + height: calc(100vh - 50grem); border-top: 1px solid ${props => props.theme.grey[2]}; border-bottom: 1px solid ${props => props.theme.grey[2]}; ` @@ -130,12 +130,12 @@ export default ({ icon: , onClick: loadLocalExam }, - { - type: 'menu', - text: 'Add Remote Exam', - icon: , - onClick: () => setMainMode(4) - }, + // { + // type: 'menu', + // text: 'Add Remote Exam', + // icon: , + // onClick: () => setMainMode(4) + // }, { type: 'menu', text: 'Exams', icon: , onClick: () => setMainMode(0) }, { type: 'menu', text: 'History', icon: , onClick: () => setMainMode(1) }, { type: 'menu', text: 'Sessions', icon: , onClick: () => setMainMode(2) },