Skip to content

Commit

Permalink
🔥 Remove remote exam download
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminadk committed Mar 14, 2019
1 parent 29c215f commit 78da1c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

14 changes: 7 additions & 7 deletions src/renderer/components/Navigation/Drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]};
`
Expand Down Expand Up @@ -130,12 +130,12 @@ export default ({
icon: <PlaylistAdd size={20} />,
onClick: loadLocalExam
},
{
type: 'menu',
text: 'Add Remote Exam',
icon: <CloudDownload size={20} />,
onClick: () => setMainMode(4)
},
// {
// type: 'menu',
// text: 'Add Remote Exam',
// icon: <CloudDownload size={20} />,
// onClick: () => setMainMode(4)
// },
{ type: 'menu', text: 'Exams', icon: <Folder size={20} />, onClick: () => setMainMode(0) },
{ type: 'menu', text: 'History', icon: <History size={20} />, onClick: () => setMainMode(1) },
{ type: 'menu', text: 'Sessions', icon: <Save size={20} />, onClick: () => setMainMode(2) },
Expand Down

0 comments on commit 78da1c6

Please sign in to comment.