This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import Radium from 'radium'; | |
| import { merge, getNested } from './'; | |
| import { screen, col, flexCenter } from './grid'; | |
| import Text from './Text'; | |
| const cellStyle = { | |
| display: 'table-cell', | |
| verticalAlign: 'middle', | |
| padding: '8px', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const express = require('express'); | |
| const http = require('http'); | |
| const path = require('path'); | |
| const bodyParser = require('body-parser'); | |
| // ============== | |
| // Initial Config | |
| // ============== | |
| const app = express(); | |
| const port = process.env.PORT || 4000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import CircularProgress from 'material-ui/CircularProgress'; | |
| import FontIcon from 'material-ui/FontIcon'; | |
| // UploadedFiles | |
| // Renders the array of uploaded files | |
| class UploadedFiles extends Component { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container { | |
| margin: 0 auto; | |
| max-width: 1280px; | |
| width: 90%; | |
| } | |
| @media only screen and (min-width: 601px) { | |
| .container { | |
| width: 85%; | |
| } |
NewerOlder